Replies: 1 comment 3 replies
-
selfanswering; In authenticate I do this:
and in default route I do this: this is doing the job from my perspective |
Beta Was this translation helpful? Give feedback.
-
selfanswering; In authenticate I do this:
and in default route I do this: this is doing the job from my perspective |
Beta Was this translation helpful? Give feedback.
-
Hi,
from the readme I learned to use the
webserver.Routes.AuthenticateRequest = Authrequest;
to establish a login.Within that function I may need to check if posted credientials are valid. I still don't understand how to save this result to the session of the user. Each reuest to the server first lands in AuthenticationRequest.
How could I save the successful login, so that I can know the user is logged in?
Beta Was this translation helpful? Give feedback.
All reactions