文件名称:meteor-accounts-pg:用于 Meteor 帐户的 PostgresRedshift 帐户适配器
文件大小:6KB
文件格式:ZIP
更新时间:2024-07-23 19:19:07
CoffeeScript
帐户-pg 这是一个非常简单的 Meteor 包,用于使用 Redshift 或 postgres 对用户进行身份验证。 配置 您需要将您的 postgres/redshift 网址放在settings.json : { " PG " : { " url " : " db.mydb.com/dbname " } } 客户 您可以使用Accounts.loginWithPg登录。 Accounts . loginWithPg user, pass, ( err ) -> if err console . error " Failed to login! " 您可以使用正常的 Meteor 方式注销: Meteor . logout ()
【文件预览】:
meteor-accounts-pg-master
----.gitignore(6B)
----package.js(545B)
----LICENSE(11KB)
----README.md(477B)
----accounts-pg_client.coffee(242B)
----accounts-pg_server.coffee(737B)