https://github.com/musleh0001/actix-auth
Basic JWT Authentication
https://github.com/musleh0001/actix-auth
actix-web postgresql rust sqlx
Last synced: 3 months ago
JSON representation
Basic JWT Authentication
- Host: GitHub
- URL: https://github.com/musleh0001/actix-auth
- Owner: musleh0001
- License: mit
- Created: 2025-05-25T07:12:30.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2025-05-28T01:02:08.000Z (4 months ago)
- Last Synced: 2025-07-03T16:33:06.144Z (3 months ago)
- Topics: actix-web, postgresql, rust, sqlx
- Language: Rust
- Homepage:
- Size: 43 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# actix-auth
Basic JWT Authentication```shell
sqlx migrate add -r
``````shell
sqlx migrate run
```