Authentication #10696
Replies: 1 comment
-
You can find many previous Docusaurus + Authentication issues using search, on which I provided advise. Your request is not clear enough for me to help you, but I probably answered in other places already. Docusaurus is a static site generator. If you want static pages to look different for each users, then it's not the right tool. Now you can have pages look different for each user by using client-side JS/React, and the If you want to protect your whole doc site, you can use the "middleware" feature of CDNs to gate access. You can do so for your whole site, or a subset of it. But keep in mind protecting a subset is not a perfect solution, because client-site JS files in |
Beta Was this translation helpful? Give feedback.
-
I want to add a token input for my private routes so, the users can enter their token for access. Token will be added to header. Is there any way to do that in current version ?
Beta Was this translation helpful? Give feedback.
All reactions