Authenticate Guillotina with various providers
Project description
This guillotina app provides authentication through different providers:
[x] twitter
[x] google
[x] github
[x] ORY hydra based?
[ ] facebook (untested)
Example configuration:
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
Endpoints
1.0.1 (2018-10-11)
Be able to customize callback [vangheem]
1.0.0 (2018-10-09)
initial
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Close
Hashes for guillotina_authentication-1.0.1.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | 3589c9bdf07fadf4c50ae3327b95ec7a46b2e960a3a474a2774f49893e6705e4 |
|
MD5 | 9cac7beadd4230f28284c47e55aa8790 |
|
BLAKE2b-256 | 5915b46af7addeb7bb427c442bd3556070b8c02115a624d0d9984ae792e969e6 |