Want to contribute an example of an existing Redwood provider to the Auth Playground? Follow the guidelines below to get started.
Interested in adding a brand new provider to Redwood? Head to the main Redwood repo.
Adding a provider example follows the process:
- Create a provider component in
web/src/components
- Make sure to export the client as well
- Add the provider logo to
web/src/lib/images
- The file should be a png and the name should match the provider slug in all lowercase
- Add example code to
web/src/lib/code-samples
- The markdown file name should match the provider slug
- Add the provider name, slug, client, and component to
web/src/lib/providers.js