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

https://github.com/rggh/sjwt

SurrealDB Rust & JWT
https://github.com/rggh/sjwt

docker jwt python rust surrealdb tokio

Last synced: about 2 months ago
JSON representation

SurrealDB Rust & JWT

Awesome Lists containing this project

README

          

# SurrealDB JWT demo

## start SurrealDB

`surreal start --log debug --auth -u root -p root --deny-guests --no-banner`

### generate a token

`cargo r`

### use token in test_jwt.py

`python test_jwt.py`