An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# actix-auth
Basic JWT Authentication

```shell
sqlx migrate add -r
```

```shell
sqlx migrate run
```