guillotina oauth support
Project description
.. contents::
GUILLOTINA_OAUTH
================
Features
--------
* There is no persistence information about the user
* The configuration is global for all application
Configuration
-------------
Generic global configuration on guillotina utilities section:
{
"applicatoins": ["guillotina_oauth"],
"oauth_settings": {
"server": "http://localhost/",
"jwt_secret": "secret",
"jwt_algorithm": "HS256",
"client_id": 11,
"client_password": "secret"
}
}
Installation on a site
----------------------
POST SITE_URL/@install
{
'pluggins': [
'guillotina.googleoauth'
]
}
Uninstall on a site
-------------------
POST SITE_URL/@uninstall
{
'pluggins': [
'guillotina.googleoauth'
]
}
Events
------
guillotina.auth.events.NewUserLogin
1.0.0 (2017-04-24)
------------------
- initial release
GUILLOTINA_OAUTH
================
Features
--------
* There is no persistence information about the user
* The configuration is global for all application
Configuration
-------------
Generic global configuration on guillotina utilities section:
{
"applicatoins": ["guillotina_oauth"],
"oauth_settings": {
"server": "http://localhost/",
"jwt_secret": "secret",
"jwt_algorithm": "HS256",
"client_id": 11,
"client_password": "secret"
}
}
Installation on a site
----------------------
POST SITE_URL/@install
{
'pluggins': [
'guillotina.googleoauth'
]
}
Uninstall on a site
-------------------
POST SITE_URL/@uninstall
{
'pluggins': [
'guillotina.googleoauth'
]
}
Events
------
guillotina.auth.events.NewUserLogin
1.0.0 (2017-04-24)
------------------
- initial release
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
Built Distribution
File details
Details for the file guillotina_oauth-1.0.0.tar.gz
.
File metadata
- Download URL: guillotina_oauth-1.0.0.tar.gz
- Upload date:
- Size: 5.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | fc8f1dce293dea21a4627e2f2d3ac0bc5d41dd9c39af29b6271586352cbc2751 |
|
MD5 | 2a8c32a49a2503cc365f924dba647aed |
|
BLAKE2b-256 | d41a90f06318b2edae1605f5b750b5b8cd178c410ac576056dc002b57bec6b5e |
File details
Details for the file guillotina_oauth-1.0.0-py3-none-any.whl
.
File metadata
- Download URL: guillotina_oauth-1.0.0-py3-none-any.whl
- Upload date:
- Size: 8.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | da612f9bb39adc29b493866e6000f3e9e5933015bccabe97ca092b374b914590 |
|
MD5 | 047c9e30758efe0f21011034d1fc6bbc |
|
BLAKE2b-256 | f2456ff1e414980e54cf4877a57a513623f40b6756143f42fc774b233cef4136 |