Skip to content

Commit b37b972

Browse files
authored
auth0 examples grid (#227)
* auth0 ex * auth0 ex
1 parent 345c10c commit b37b972

File tree

1 file changed

+39
-1
lines changed

1 file changed

+39
-1
lines changed

doc/user-guide/password.md

+39-1
Original file line numberDiff line numberDiff line change
@@ -150,4 +150,42 @@ If you want to serve your Auth0-protected app from a custom domain, or subdomain
150150

151151
1. Follow the instructions to configure a custom [domain/subdomain](../user-guide/custom-domains.md)
152152
2. [Update your Auth0 configuration](auth0-urls) to match your domain/subdomain.
153-
3. Modify your `.env` file (must have been generated the first tiem you deployed), add a new `AUTH_BASE_URL` environment variable, whose value should be the domain/subdomain you configured (e.g., `https://subdomain.example.com`), and re-deploy your project
153+
3. Modify your `.env` file (must have been generated the first tiem you deployed), add a new `AUTH_BASE_URL` environment variable, whose value should be the domain/subdomain you configured (e.g., `https://subdomain.example.com`), and re-deploy your project
154+
155+
156+
### Examples
157+
158+
::::{grid} 2 2 3 3
159+
:class-container: text-center
160+
:gutter: 2
161+
162+
163+
:::{grid-item-card} Panel
164+
:link: https://github.com/ploomber/doc/tree/main/examples/panel/app-with-auth0
165+
:::
166+
167+
:::{grid-item-card} Solara
168+
:link: https://github.com/ploomber/doc/tree/main/examples/solara/app-with-auth0
169+
:::
170+
171+
:::{grid-item-card} Streamlit
172+
:link: https://github.com/ploomber/doc/tree/main/examples/streamlit/app-with-auth0
173+
:::
174+
175+
:::{grid-item-card} Shiny R
176+
:link: https://github.com/ploomber/doc/tree/main/examples/shiny-r/app-with-auth0
177+
:::
178+
179+
:::{grid-item-card} Chainlit
180+
:link: https://github.com/ploomber/doc/tree/main/examples/chainlit/app-with-auth0
181+
:::
182+
183+
:::{grid-item-card} Dash
184+
:link: https://github.com/ploomber/doc/tree/main/examples/dash/app-with-auth0
185+
:::
186+
187+
:::{grid-item-card} Voila
188+
:link: https://github.com/ploomber/doc/tree/main/examples/voila/app-with-auth0
189+
:::
190+
191+
::::

0 commit comments

Comments
 (0)