Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Jwt #190

Open
wants to merge 21 commits into
base: main
Choose a base branch
from
Open

Jwt #190

Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
21 commits
Select commit Hold shift + click to select a range
1c3e80b
Update some deps (the most important is actix-web to 3.x) and some ch…
mdtrooper Feb 18, 2021
af0645d
Some fixes for cargo fmt.
mdtrooper Feb 18, 2021
aca359a
Fixed "error: this functions return value is unnecessarily wrapped by…
mdtrooper Feb 18, 2021
9041b8f
First commit with code for to check JWT. It needs a token from config…
mdtrooper Feb 25, 2021
1b34805
A tiny change in the secret for re-enabled the husky or pre-push hook…
mdtrooper Feb 26, 2021
1211fa8
Fixed the warnings of clippy (from pre-push hook).
mdtrooper Feb 26, 2021
f7c719e
Fixed another warnings of clippy (from pre-push hook).
mdtrooper Feb 26, 2021
4779300
Fixed another warnings of clippy (from pre-push hook).
mdtrooper Feb 26, 2021
356cc22
Fixed another warnings of clippy (from pre-push hook).
mdtrooper Feb 26, 2021
24c2ae0
Fixed another warnings of clippy (from pre-push hook).
mdtrooper Feb 26, 2021
343e7ba
Fixed another warnings of clippy (from pre-push hook).
mdtrooper Feb 26, 2021
633b54d
Fixed another warnings of clippy (from pre-push hook).
mdtrooper Feb 26, 2021
3b088cc
Fixed another warnings of clippy (from pre-push hook).
mdtrooper Feb 26, 2021
a1a125f
Fixed another warnings of clippy (from pre-push hook).
mdtrooper Feb 26, 2021
344d77b
Now the flag jwt (enable/disable...by default disabled) and jwt_secre…
mdtrooper Feb 27, 2021
d611e35
Fixed a warning from cargo fmt.
mdtrooper Feb 27, 2021
0a22cfb
Merge branch 'master' into jwt
mdtrooper Feb 27, 2021
0b00f79
Added the parameter (in shell and as config) jwt_algorithm to set the…
mdtrooper Mar 1, 2021
88f628b
Fix cargo clippy warning.
mdtrooper Mar 1, 2021
3fd1331
Added feature to check exp time in jwt.
mdtrooper Mar 1, 2021
4e5e033
Fixed clippy warning.
mdtrooper Mar 1, 2021
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Loading