Merge branch 'main' of hectabit.org:HectaBit/hectabit-oauth2
This commit is contained in:
commit
b45147399f
2 changed files with 2 additions and 4 deletions
|
@ -27,8 +27,6 @@ You'll need to store two things in local storage:
|
||||||
|
|
||||||
RDIR - /login - start the oauth2 login process, see OAuth2.md
|
RDIR - /login - start the oauth2 login process, see OAuth2.md
|
||||||
|
|
||||||
POST - /api/auth - interface directly with the burgerauth system, provide "secretKey, appId, code and codemethod"
|
|
||||||
|
|
||||||
Code and Codemethod are only used for PKCE, if PKCE is not enabled set the value of both to "none"
|
Code and Codemethod are only used for PKCE, if PKCE is not enabled set the value of both to "none"
|
||||||
|
|
||||||
appId is the client ID used in the OAuth2 manager
|
appId is the client ID used in the OAuth2 manager
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
# hectabit-oauth2
|
# hectabit-oauth2
|
||||||
|
|
||||||
!!! Not production ready !!!
|
|
||||||
|
|
||||||
The Burgerauth authentication system, with a free OAuth2 bridge included!
|
The Burgerauth authentication system, with a free OAuth2 bridge included!
|
||||||
|
|
||||||
|
View APIDOCS.md to view how to use
|
Reference in a new issue