Skip to content

Commit

Permalink
Create README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
adrianEffe authored Jul 8, 2024
1 parent 81956b4 commit 4bafcb6
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
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

0 comments on commit 4bafcb6

Please sign in to comment.