docs: updates following authentication flow changes (#8706)
* docs: updates following authentication flow changes * generate sidebar * added open api specs * fix up OAS * changes to existing pages * change sidebar items * update marketplace recipe
This commit is contained in:
@@ -0,0 +1 @@
|
||||
curl -X POST '{backend_url}/auth/customer/{auth_provider}'
|
||||
@@ -0,0 +1 @@
|
||||
curl -X POST '{backend_url}/auth/customer/{auth_provider}/callback'
|
||||
@@ -0,0 +1 @@
|
||||
curl -X POST '{backend_url}/auth/customer/{auth_provider}/register'
|
||||
@@ -0,0 +1,2 @@
|
||||
curl -X DELETE '{backend_url}/auth/session' \
|
||||
-H 'Cookie: connect.sid={sid}'
|
||||
@@ -0,0 +1,2 @@
|
||||
curl -X POST '{backend_url}/auth/session' \
|
||||
-H 'Authorization: Bearer {jwt_token}'
|
||||
Reference in New Issue
Block a user