Replies: 1 comment
-
|
Docusaurus is a static site generator. If you want to gate content behind auth, you can implement that through custom React components, or implement auth logic at your CDN level. There are various ways that have been discussed in past issues already |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I'm new to Docusaurus.
I would like to build a Docusaurus site with authorization. If the user has no token, they should be redirected to the login page.
I also want to use Apollo (GraphQL) to connect to the server API.
Any references for that? Thanks in advance.
Beta Was this translation helpful? Give feedback.
All reactions