Skip to content

Commit

Permalink
docs: Remove old references to 'Bearer' authentication
Browse files Browse the repository at this point in the history
Bearer authentication is no longer supported.
  • Loading branch information
MoritzWeber0 committed Sep 27, 2024
1 parent 8a98406 commit 138891b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 72 deletions.
2 changes: 1 addition & 1 deletion backend/capellacollab/core/authentication/exceptions.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ def __init__(self, scheme: str):
title="Invalid scheme detected",
reason=(
f"The scheme '{scheme}' is not supported. "
"Use 'basic' or 'bearer' instead"
"Authentication is only supported via cookies or basic authentication."
),
err_code="UNKNOWN_SCHEME",
)
Expand Down
71 changes: 0 additions & 71 deletions docs/docs/development/backend/authentication.md

This file was deleted.

0 comments on commit 138891b

Please sign in to comment.