-
Notifications
You must be signed in to change notification settings - Fork 13
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
feat(api): add JWT authentication #281
Merged
Merged
Commits on Jun 14, 2022
-
feat(api): add JWT authentication (#205)
* Initial jwt attempt * Better error handling. Correct casing for bearer token. Only apply auth to api endpoints and move login to base uri. Fix login info json. Add exp claim to provided jwt. * Sort * fix feature gating * config jwt expiration * Accept passwords for login instead of hash and configure salt * Add hex dep to api feature * Remove unnecessary clippy tag * Little cleanup to login route
Alexandcoats committedJun 14, 2022 Configuration menu - View commit details
-
Copy full SHA for 129a921 - Browse repository at this point
Copy the full SHA 129a921View commit details -
Merge branch 'main' into main-jwt
Alexandcoats committedJun 14, 2022 Configuration menu - View commit details
-
Copy full SHA for ac518d4 - Browse repository at this point
Copy the full SHA ac518d4View commit details
Commits on Jun 20, 2022
-
Alexandcoats committed
Jun 20, 2022 Configuration menu - View commit details
-
Copy full SHA for d65949d - Browse repository at this point
Copy the full SHA d65949dView commit details -
Alexandcoats committed
Jun 20, 2022 Configuration menu - View commit details
-
Copy full SHA for 6daf103 - Browse repository at this point
Copy the full SHA 6daf103View commit details -
Merge branch 'main' into main-jwt
Alexandcoats committedJun 20, 2022 Configuration menu - View commit details
-
Copy full SHA for ba4c19f - Browse repository at this point
Copy the full SHA ba4c19fView commit details
Commits on Jun 21, 2022
-
Alexandcoats committed
Jun 21, 2022 Configuration menu - View commit details
-
Copy full SHA for 9f4d1ff - Browse repository at this point
Copy the full SHA 9f4d1ffView commit details -
Merge branch 'main' into main-jwt
Alexandcoats committedJun 21, 2022 Configuration menu - View commit details
-
Copy full SHA for 3a89e54 - Browse repository at this point
Copy the full SHA 3a89e54View commit details
Commits on Jun 22, 2022
-
Merge branch 'main' into main-jwt
Alexandcoats committedJun 22, 2022 Configuration menu - View commit details
-
Copy full SHA for f952e68 - Browse repository at this point
Copy the full SHA f952e68View commit details -
Alexandcoats committed
Jun 22, 2022 Configuration menu - View commit details
-
Copy full SHA for e0e4d71 - Browse repository at this point
Copy the full SHA e0e4d71View commit details -
Alexandcoats committed
Jun 22, 2022 Configuration menu - View commit details
-
Copy full SHA for 0a9410c - Browse repository at this point
Copy the full SHA 0a9410cView commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.