From 621bccbf2d9dbadcbfe280aa0769d346771583b6 Mon Sep 17 00:00:00 2001 From: Tracker-Friendly Date: Thu, 18 Apr 2024 17:41:48 +0100 Subject: [PATCH 1/2] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f52bbbd..e09a238 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # 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! \ No newline at end of file +View APIDOCS.md to view how to use \ No newline at end of file From 3919525bc5bbcf451880086320d267f6329f9056 Mon Sep 17 00:00:00 2001 From: Tracker-Friendly Date: Thu, 18 Apr 2024 17:42:58 +0100 Subject: [PATCH 2/2] Update APIDOCS.md --- APIDOCS.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/APIDOCS.md b/APIDOCS.md index 162158a..c10326a 100644 --- a/APIDOCS.md +++ b/APIDOCS.md @@ -27,8 +27,6 @@ You'll need to store two things in local storage: 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" appId is the client ID used in the OAuth2 manager