-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
81956b4
commit 4bafcb6
Showing
1 changed file
with
10 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
# Authentication Service | ||
|
||
This is an example of an authentication service built using Rust, leveraging the `axum` web framework and `sqlx` for database interactions. The service uses RS256 (RSA Signature with SHA-256) for signing and verifying JSON Web Tokens (JWT). | ||
|
||
## Features | ||
|
||
- User registration, login, logout, refresh token | ||
- JWT generation and verification | ||
- SQLx for asynchronous database operations | ||
- Axum for routing and middleware support |