https://github.com/cloudforet-io/plugin-googleoauth2-identity-auth
https://github.com/cloudforet-io/plugin-googleoauth2-identity-auth
auth identity plugin
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/cloudforet-io/plugin-googleoauth2-identity-auth
- Owner: cloudforet-io
- License: apache-2.0
- Created: 2022-09-05T01:13:41.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2024-03-21T16:37:05.000Z (about 2 years ago)
- Last Synced: 2025-03-26T07:04:26.958Z (about 1 year ago)
- Topics: auth, identity, plugin
- Language: Python
- Homepage:
- Size: 1000 KB
- Stars: 4
- Watchers: 4
- Forks: 5
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# plugin-googleoauth2
Plugin for Google OAuth2
# Configuration
~~~python
options(dict) = {
'client_id': '',
'domain': '',
'auth_type': 'google_oauth2'
}
~~~
# Example
~~~python
options(dict) = {
'client_id': 'dflksdjfsdlkfjsd',
'domain': 'gmail.com',
'auth_type': 'google_oauth2'
}
~~~
# Release Note
## Version 1.1
Support New Auth API
* Auth.init
* Auth.verify
Identity Service >= 1.3.2