Page-level Access Control

Would adding page-level access control functionality to my site (not for an API call) require using a Regular Web App application? Based on what I read from authorization with Python, I wonder if it could be accomplished with a SPA, but think it might require extra redirects to get and pass information on?

Hi @milotis,

You can add protected routes to SPAs. Here is an example in React:

1 Like

This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.