From c7372395d459e3cf3dd5a988f2c0705b05f8a537 Mon Sep 17 00:00:00 2001 From: Frederick Muriuki Muriithi Date: Fri, 27 Oct 2023 09:14:17 +0300 Subject: Configuration: OAUTH2_SCOPE - provide clarification Adds clarification that the `OAUTH2_SCOPE` setting is provided by default, and so the final settings are only necessary to override that. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9d11a50..2d4aaa4 100644 --- a/README.md +++ b/README.md @@ -35,7 +35,7 @@ variable of the same name as the variable you wish to override. | `SQL_URI` | MariaDB connections | Used to connect to the MariaDB server | | `AUTH_DB` | SQLite connections | Used to connect to the Authentication/Authorisation database | | `AUTH_MIGRATIONS` | Migrations | Relative (to the repo root) path to the migration scripts for the auth(entic/oris)ation database | -| `OAUTH2_SCOPE` | Supported OAuth2 scope for the application. | +| `OAUTH2_SCOPE` | Supported OAuth2 scope for the application. | This has some default values provided in the file `gn_auth/settings.py` in this repository. You could narrow the allowable scopes by overriding these. | There are a few other variables we can set, if we want to customise, or troubleshoot token generation. These are: -- cgit v1.2.3