Skip to content
GitLab
Explore
Projects
Groups
Topics
Snippets
Projects
Groups
Topics
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
indicators-parser-saas
backend
Commits
b98ae935
Verified
Commit
b98ae935
authored
2 years ago
by
Власов Иван Юрьевич
Browse files
Options
Download
Patches
Plain Diff
Created JWT-decoding middleware
parent
935e9fee
master
No related merge requests found
Changes
9
Hide whitespace changes
Inline
Side-by-side
Showing
9 changed files
app.py
+16
-2
app.py
auth/middleware.py
+36
-0
auth/middleware.py
connection.py
+0
-22
connection.py
responses/errors.py
+14
-0
responses/errors.py
tests/conftest.py
+49
-0
tests/conftest.py
tests/fixtures/client.py
+13
-0
tests/fixtures/client.py
tests/fixtures/tortoise.py
+28
-0
tests/fixtures/tortoise.py
tests/test_github_oauth.py
+14
-3
tests/test_github_oauth.py
tests/test_token.py
+32
-2
tests/test_token.py
with
202 additions
and
29 deletions
+202
-29
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment
Menu
Explore
Projects
Groups
Topics
Snippets