向各种提供者验证断头台

guillotina-authentication的Python项目详细描述


此断头台应用程序通过不同的提供商提供身份验证:

  • [X]推特
  • [X]谷歌
  • [X]Github
  • [X]欧利九头蛇基地?
  • []Facebook(未经测试)

配置示例:

auth_providers:
  twitter:
    configuration:
      consumer_key: foobar
      consumer_secret: foobar
  google:
    configuration:
      client_id: foobar
      client_secret: foobar
    scope: openid email
  github:
    configuration:
      client_id: foobar
      client_secret: foobar
    scope: read:user
  hydra:
    configuration:
      client_id: auth-code-client
      client_secret: secret
      base_url: http://localhost:4444/
      authorize_url: http://localhost:4444/oauth2/auth
      access_token_url: http://localhost:4444/oauth2/token
    state: true
    scope: openid offline

# frontend url to handle storing auth
auth_callback_url: http://localhost:8080/foobar
auth_user_identifiers
- guillotina_authentication.identifier.OAuthClientIdentifier

待办事项

  • 能够指定要使用
  • 进行身份验证的自定义作用域

5.0.1(2019-07-07)

  • 将版本添加到清单 [血淋淋的]

5.0.0(2019-07-07)

  • G5的更新 [血淋淋的]

1.0.7(2019-06-18)

  • 限制兼容

1.0.6(2019-03-04)

  • 刷新令牌的选项。 [血淋淋的]

1.0.5(2019-01-31)

  • 优化和标记jwt,以知道它来自oauth。 [血淋淋的]

1.0.4(2019-01-10)

  • 对url的临时修复。 [血淋淋的]

1.0.3(2018-10-20)

  • 允许应用全局作用域 [范希姆]

1.0.2(2018-10-13)

  • 能够自定义请求的作用域 [范希姆]

1.0.1(2018-10-11)

  • 能够自定义回调 [范希姆]

1.0.0(2018-10-09)

  • 首字母

欢迎加入QQ群-->: 979659372 Python中文网_新手群

推荐PyPI第三方库


热门话题
java log4j找不到log4jtest。房产?   我在java线程“awteventque1”中获得异常。lang.NullPointerException   java为什么在使用完整路径从文件系统读取文件时出错?   java如何迭代所有注册表项?   java中的安卓 Opencv SVM未正确训练   多线程Java ThreadPoolExecutor关闭特定线程?   如何使用Java NIO CreateDirectory方法设置目录所有者组?   java NatTable混合了固定宽度的列和可调整大小的填充剩余空间   java如何删除特定网络,即使该网络是由安卓上的其他设备创建的?   java Guava toJavaUtil()不存在   java对许多常量使用枚举是有效的memorywise?   java是否可以使用坐标定位JButton?   从WSDL生成java代码导致异常   java如何在安卓中导出javadoc   爬行JAX中的java NoClassDefFoundError错误   java为片段中的文本视图设置区域设置   发送最后一条消息后发生Java RMI RemoteException