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 1 month 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 (about 4 years ago)
- Default Branch: master
- Last Pushed: 2021-03-30T15:35:21.000Z (about 4 years ago)
- Last Synced: 2025-01-28T18:46:12.859Z (3 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 backendcd 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