Implementing Page Protection with Dash extension Blueprint

Hello… I am planning to implement Dash Blueprint in my multipages app… However I also want to implement page protection (if somebody doesnot login they cant access the page). Maybe any of you have implemented those ?

Hello @robi007,

Welcome to the community!

I haven’t used the blue prints before while also restricting the login flow. But, the concept should still be the same.

If you want only your login and logout pages exposed, you can use something like this:

okay thanks @jinnyzor … May be i will implement the page register when user login validation

You can also have a login process that is outside dash and pass the user to dash once logged in.

I have an example of that later in the topic.