An open API service indexing awesome lists of open source software.

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

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