Can i add new authentication on live production mode? #344
satzofficial
started this conversation in
Ideas
Replies: 1 comment
-
hey @satzofficial You can create your own custom Middleware which uses vanilla PHP's HTTP Basic auth to get the username/password via a form like you showed. This way you control whether to let the user through or not. But keep in mind that you're in control of this authentication, meaning you have to store the passwords somewhere (e.g. Once you have the middleware ready, just add it to the |
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
-
Hi
I want to implement new authentication for specific users at this page only. like this
Beta Was this translation helpful? Give feedback.
All reactions