All Projects → dontlaugh → auth0-rocket-rust-example

dontlaugh / auth0-rocket-rust-example

Licence: other
Rocket app that authenticates users with Auth0

Programming Languages

rust
11053 projects
shell
77523 projects
CSS
56736 projects

Projects that are alternatives of or similar to auth0-rocket-rust-example

rocket-yew-starter-pack
Example boilerplate for websites in pure Rust
Stars: ✭ 77 (+156.67%)
Mutual labels:  rocket-rs, sled
rocket-rest-api-with-jwt
A Rusty Rocket fuelled with Diesel and secured by JWT
Stars: ✭ 62 (+106.67%)
Mutual labels:  rocket-rs
terraform-provider-auth0
Please see https://github.com/alexkappa/terraform-provider-auth0
Stars: ✭ 28 (-6.67%)
Mutual labels:  auth0
cypress-nextjs-auth0
Cypress commands to support Auth0 and Next.js
Stars: ✭ 56 (+86.67%)
Mutual labels:  auth0
shorty
High-performance link shortener
Stars: ✭ 48 (+60%)
Mutual labels:  rocket-rs
Kuberam
Kuberam is built on jetpack compose + Auth0 during Hashnode Hackathon.
Stars: ✭ 33 (+10%)
Mutual labels:  auth0
rusty-bunny
a tool that lets you write smart bookmarks
Stars: ✭ 20 (-33.33%)
Mutual labels:  rocket-rs
keystone-nextjs-auth
A package that add social auth to Keystone-6 (https://keystonejs.com/) by using next-authjs (https://next-auth.js.org/)
Stars: ✭ 60 (+100%)
Mutual labels:  auth0
auth0-vue
A simple Vue.js Demo Application that uses Auth0 for Authentication
Stars: ✭ 39 (+30%)
Mutual labels:  auth0
auth0-aspnetcore-mvc-samples
Auth0 Integration Samples for ASP.NET Core MVC Web Applications
Stars: ✭ 120 (+300%)
Mutual labels:  auth0
drf-angular-docker-tutorial
Dockerized Django Back-end API using DRF with Angular Front-end Tutorial
Stars: ✭ 53 (+76.67%)
Mutual labels:  auth0
hapi-doorkeeper
User authentication for web servers
Stars: ✭ 14 (-53.33%)
Mutual labels:  auth0
dokugaku-engineer
独学エンジニア
Stars: ✭ 184 (+513.33%)
Mutual labels:  auth0
auth0-aspnet-owin-webapi-samples
Auth0 Integration Samples for ASP.NET OWIN Web API Services
Stars: ✭ 25 (-16.67%)
Mutual labels:  auth0
akka-jwt
Library for jwt authentication with akka
Stars: ✭ 16 (-46.67%)
Mutual labels:  auth0
buttons
🌱 buttons is a web service to help you keep doing things everyday
Stars: ✭ 21 (-30%)
Mutual labels:  auth0
movie-app
App using auth0, netlify functions, + Algolia
Stars: ✭ 39 (+30%)
Mutual labels:  auth0
reason-rust-scraper
🦀 Scraping & crawling websites using Rust, and ReasonML
Stars: ✭ 21 (-30%)
Mutual labels:  rocket-rs
rfcbot-rs
Coordinates asynchronous decision making on Rust repositories. Status of tracked issues and PRs can be viewed at https://rfcbot.rs.
Stars: ✭ 143 (+376.67%)
Mutual labels:  rocket-rs
authing.js
🖥 Authing SDK for JavaScript and Node.js
Stars: ✭ 540 (+1700%)
Mutual labels:  auth0

OAuth with Rocket + Auth0

A basic app that integrates with Auth0.

Configuration

Copy the example Rocket.toml file

cp Rocket.toml.example Rocket.toml

Edit the client_id, redirect_uri, and auth0_domain with your own values.

If you want to use tls, run our provided script to create certs (needs Go installed)

./generate-cert.sh

You must also set AUTH0_CLIENT_SECRET in your environment. We use an env var to avoid leaking our secret key to the console during startup.

All values should be available from from Auth0's management console for your application.

Helpful Docs from Auth0

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].