Skip to content

gloriousfutureio/changes

Repository files navigation

OAuth with Rocket + Auth0

Configuration

Copy the example Rocket.toml file

cp Rocket.toml.exmaple Rocket.toml

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

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages