Merged in feature/permit-policy-cleanup (pull request #210)
cleanup permit policies and correct documentation * docs * policy cleanup * refactor * Merge remote-tracking branch 'origin/feature/permit-policy-cleanup' into feature/permit-policy-cleanup * docs and edits
This commit is contained in:
@@ -70,14 +70,14 @@ OAuth2 callback handler that processes authentication response.
|
||||
|
||||
Terminates user session and clears authentication cookies.
|
||||
|
||||
**Security**: Requires JWT authentication
|
||||
**Security**: Public (no authentication required)
|
||||
**Response**: `302` Redirect to Cognito logout page or application home
|
||||
|
||||
#### `GET /home`
|
||||
|
||||
Returns the HTML menu page for authenticated users.
|
||||
Returns the HTML menu page.
|
||||
|
||||
**Security**: Requires JWT authentication
|
||||
**Security**: Public (no authentication required)
|
||||
**Response**: `200` HTML content
|
||||
|
||||
#### `GET /identity`
|
||||
|
||||
Reference in New Issue
Block a user