Skip to content

Commit

Permalink
Merge pull request #1849 from DSD-DBS/remove-old-bearer-refs
Browse files Browse the repository at this point in the history
docs: Remove old references to 'Bearer' authentication
  • Loading branch information
MoritzWeber0 authored Sep 27, 2024
2 parents 8a98406 + 138891b commit 35cf89e
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 35cf89e

Please sign in to comment.