This repository has been archived on 2023-02-21. You can view files and clone it, but cannot push or open issues or pull requests.
authentic2-idp-oauth2/README.txt

19 lines
390 B
Plaintext

Install
=======
You just have to install the package in your virtualenv and relaunch, it will
be automatically loaded by the plugin framework.
Settings
========
AUTOMATIC_GRANT:
A list of URL prefix which are automatically granted scopes without asking
the user. Example::
A2_OAUTH2_AUTOMATIC_GRANT = (
('http://localhost:8000/', ('read',)),
)