Hi all
I would like to show one page of a multi-page app without auth, but the rest should only be displayed after successfully authenticating.
What approach would you take?
Thanks
Christian
Hi all
I would like to show one page of a multi-page app without auth, but the rest should only be displayed after successfully authenticating.
What approach would you take?
Thanks
Christian
What’s the auth method ?
I was planning to use LDAP or kerberos (based on flask-login or flask-ldap3-login or flask-kerberos).