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
- Host: GitHub
- URL: https://github.com/rggh/sjwt
- Owner: RGGH
- Created: 2024-09-11T11:40:10.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-09-11T17:58:06.000Z (almost 2 years ago)
- Last Synced: 2025-02-02T03:31:54.474Z (over 1 year ago)
- Topics: docker, jwt, python, rust, surrealdb, tokio
- Language: Rust
- Homepage: https://redandgreen.co.uk/rust-surrealdb-jwt-auth/rust-programming/
- Size: 30.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
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`