diff options
author | Frederick Muriuki Muriithi | 2022-12-22 05:30:45 +0300 |
---|---|---|
committer | Frederick Muriuki Muriithi | 2022-12-22 05:32:50 +0300 |
commit | 648fc1942d6e24c61c42f88fb9e4b3516bfbbe31 (patch) | |
tree | 2bc5abc5007cf51c11b2ce4807f896dd25016ba3 /issues/authentication_authorisation/build-oauth2-client-registration.gmi | |
parent | 980b4c4f7067b42679e1a8f3492c957a8fe1603a (diff) | |
download | gn-gemtext-648fc1942d6e24c61c42f88fb9e4b3516bfbbe31.tar.gz |
issues: New auth(oris/entic)ation issues.
* issues/authentication_authorisation/build-oauth2-client-registration.gmi:
new issue
* issues/authentication_authorisation/migrate-user-accounts-from-redis.gmi:
new issue
* topics/authentication/authentication-authorisation-design.gmi: link
issues to the topic.
Diffstat (limited to 'issues/authentication_authorisation/build-oauth2-client-registration.gmi')
-rw-r--r-- | issues/authentication_authorisation/build-oauth2-client-registration.gmi | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/issues/authentication_authorisation/build-oauth2-client-registration.gmi b/issues/authentication_authorisation/build-oauth2-client-registration.gmi new file mode 100644 index 0000000..1f83ced --- /dev/null +++ b/issues/authentication_authorisation/build-oauth2-client-registration.gmi @@ -0,0 +1,17 @@ +# Build Registration Page for OAuth2 Clients + +## Tags + +* assigned: fredm, zsloan, zachs +* priority: high +* status: pending +* keywords: authentication, authorisation, oauth2 +* type: feature request + +## Description + +There is a need to register the OAuth2 clients that users can use to access the GN3 service with the new auth system. + +## Related Topic(s) + +=> /topics/authentication/authentication-authorisation-design Authentication/authorisation design |