Skip to content

Commit

Permalink
updated readme (#29)
Browse files Browse the repository at this point in the history
  • Loading branch information
sheroz authored Dec 25, 2023
1 parent 6db9ed3 commit f2b2589
Showing 1 changed file with 10 additions and 5 deletions.
15 changes: 10 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,19 +11,24 @@ The project covers:
- routing
- CORS settings
- error handling
- graceful shutdown (!!! does not work since upgrading to axum 0.7 and hyper 1.0 !!!)
- graceful shutdown (!!! does not work after upgrading to axum 0.7 and hyper 1.0 !!!)
- Using `PostgreSQL`database with `sqlx` driver
- migrations
- async connection pooling
- async CRUD operations
- Using `Redis`
- Using `Redis` in-memory storage
- async operations
- Authentication based on `JWT`
- `JWT` based authentication
- access tokens
- refresh tokens
- configuration based tokens expiry
- refresh token rotation technique
- list of revoked tokens based on `Redis`
- `.env` based configuration parsing
- `tracing` based logs
- `docker-compose` configuration
- `redis` service
- `postgres` service
- `Redis` service
- `PostgreSQL` service

## Run

Expand Down

0 comments on commit f2b2589

Please sign in to comment.