https://github.com/hatoo/auth0-rust-starter
An Auth0 example for Rust frontend and Rust backend
https://github.com/hatoo/auth0-rust-starter
Last synced: about 2 months ago
JSON representation
An Auth0 example for Rust frontend and Rust backend
- Host: GitHub
- URL: https://github.com/hatoo/auth0-rust-starter
- Owner: hatoo
- Created: 2021-03-29T09:01:09.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-03-30T15:35:21.000Z (over 5 years ago)
- Last Synced: 2025-07-18T18:27:55.673Z (12 months ago)
- Language: Rust
- Homepage:
- Size: 35.2 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# auth0-rust-starter
# Usage
## 1. Signup Auth0 and create some App
## 2. Run backend
cd backend
Authority=${YOUR_AUTH0_DOMAIN} cargo run
## 3. Run frontend
cd frontend
vim auth_config.json # Set domain and client_id
cargo make build
cargo make serve
## 4. Open http://localhost:8000