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

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

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