当前位置: 首页 > 软件库 > 管理和监控 > 安全相关 >

accounts

授权协议 MIT License
开发语言 C/C++
所属分类 管理和监控、 安全相关
软件类型 开源软件
地区 不详
投 递 者 夏侯俊美
操作系统 跨平台
开源组织
适用人群 未知
 软件概览

accounts-js logo


Fullstack authentication and accounts-management for GraphQL and REST.


Note: Although accounts-js is production ready, the packages within this repo are under active development — expect breaking changes with minor version updates.

The @accounts suite of packages aims to provide all the tools you need to build a flexible authentication and accounts management solution for your application.

�� We got you covered! The packages come with strong opinionated security defaults while preserving options for configuration.

�� Ready to get started? Take a look at our documentation to learn how to use the packages. For more advanced usage, head to our API documentation.

��‍♀️ A bit lost? Here are some examples where you can see working clients and severs with react, GraphQL or Rest.

Features

  • Create and manage users
  • Create and manage sessions (JWT)
  • Pick your transport layer
    • GraphQL
    • Rest
  • Compatible with all the modern js frameworks (react, react-native, vue, angular...)
  • Use the database you want
    • Mongo
    • Typeorm
    • Redis (sessions only)
  • Add all the strategies you need
    • password
    • Oauth (WIP)

Contributing and community

Any contribution is very welcome, read our contributing guide to see how to locally setup the repository and see our development process.

Sponsors

Sponsors

Support this project by becoming a sponsor. Your logo will show up here with a link to your website.

Backers

Thank you to all our backers! ��

Contributors

This project exists thanks to all the amazing people who contribute.

  • 给定一个列表 accounts,每个元素 accounts[i] 是一个字符串列表,其中第一个元素 accounts[i][0] 是 名称 (name),其余元素是 emails 表示该帐户的邮箱地址。 现在,我们想合并这些帐户。如果两个帐户都有一些共同的邮件地址,则两个帐户必定属于同一个人。请注意,即使两个帐户具有相同的名称,它们也可能属于不同的人,因为人们可能具有相同的名称。一个人最初可以拥有

  •   Given a list accounts, each element accounts[i] is a list of strings, where the first element accounts[i][0] is a name, and the rest of the elements are emails representing emails of the account. No

 相关资料
  • 我正在尝试使用< code>Xamarin。AccountStore来保留用户的登录凭据,这样他们就不必在每次使用应用程序时都键入凭据。 保存凭据看起来像这样: 在模拟VS中的应用程序时,这与我的预期完全一样。当通过Xamarin Live在实际手机上运行时,方法会为Android库中看起来缺少的方法抛出异常。 异常消息: 类型“Java”上的构造函数。找不到security . KeyStore

  • 问题内容: 我正在尝试使用基于imap协议的java邮件api连接到我的邮箱。我检查并确定我插入了正确的参数。这是我得到的以下异常: [ALERT]请通过网络浏览器登录:https : //support.google.com/mail/accounts/answer/78754(失败) 我不知道为什么会这样,此外,我在我的gmail帐户设置中启用了imap选项。 我的代码是: 问题答案: 搜索后

  • 问题内容: 为了在我的Web应用程序中获得Spotify API的访问令牌(由其Web授权流程指定),我了解到必须提出请求。但是,这样做的时候, 由于跨域问题,我得到了。 我已经弄清楚了如何允许CORS 请求,但是不确定如何对请求执行相同的操作。该链接提供了配置提示,但保留的实际路由,并且为空。 这是我的Express.js服务器的相关代码: (是节点模块)。 我之前曾尝试将确切的代码复制到中,但

  • 我只是在复制ProductHunt。com网站和地址的网址,我得到了错误的名称错误!当我输入'localhost:8000/accounts/signup'时,它会将我带到一个html页面,这是我为测试所做的!主URL。py看起来像: 因此,它会转到帐户文件夹urls.py看起来像:从django.urls导入路径,包括从。导入视图 然后是视图。py看起来像:来自django。快捷方式导入渲染 至

  • 我查了一些类似的问题,但这些答案帮不了我。 错误 组织。springframework。豆。工厂未满足的依赖项异常:创建名为“accountController”的bean时出错:未满足的依赖项通过字段“accountService”表示;嵌套的异常是org。springframework。豆。工厂NoSuchBeanDefinitionException:没有类型为“com”的合格bean。服务

  • 我使用guzzle php服务器客户端来获得结果。在数组中,我收到了标题详细信息,但没有返回预期结果。是否与p3p有关?我哪里做错了?guzzle php客户端将如何生成主体? 当我打印print_r($响应-

  • 你好,我面临一个问题,当试图使一个注册页面在django 当我以html表单提交时,应该在数据库中创建一个用户,但它没有发生,并且显示以下消息 “当前路径accounts/signup/signup与这些路径中的任何一个都不匹配”,并且在终端中“找不到:/accounts/signup/signup” views.py: signup.html

  • Meteor Accounts包触发会话令牌过期的间隔。我不卖这是一个蔚蓝的东西,也许它是。 source/accounts-base.js https://github.com/meteor/meteor/blob/f9f94e21d10676aaa4a8a6809cb3bbc2f60f536/packages/accounts-base/accounts_server.js#l53 具体地说,