Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
djangoldp-account
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
djangoldp-packages
djangoldp-account
Merge requests
!120
feature: add bearer auth backend
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
feature: add bearer auth backend
feature/add-bearer-auth-backend
into
master
Overview
0
Commits
4
Pipelines
4
Changes
1
Merged
Benoit Alessandroni
requested to merge
feature/add-bearer-auth-backend
into
master
6 months ago
Overview
0
Commits
4
Pipelines
4
Changes
1
Expand
0
0
Merge request reports
Viewing commit
d80e3dc7
Prev
Next
Show latest version
1 file
+
1
−
0
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
d80e3dc7
fix: import
· d80e3dc7
Benoit Alessandroni
authored
6 months ago
djangoldp_account/auth/backends.py
+
1
−
0
Options
@@ -13,6 +13,7 @@ from jwkest.jwt import JWT
from
jwt.utils
import
(
base64url_decode
,
base64url_encode
)
from
oidc_provider.lib.utils.dpop
import
verify_signature
,
verify_dpop_proof
,
verify_thumbprint
from
oidc_provider.lib.errors
import
TokenError
from
oidc_provider.models
import
Token
from
oidc_provider.views
import
JwksView
from
djangoldp_account.auth.solid
import
Solid
Loading