bin/cake bake all --everything
What can I get you?
What can I get you?
I'll take a beer, please. Paying right away.
What can I get you?
I'll take a beer, please. Paying right away.
Here you go. That'll be 3€
What can I get you?
I'll take a beer, please. Paying right away.
Here you go. That'll be 3€
But... I'm a member
We need some way to authenticate that he is actually a member!
From which source do we get information about the user?
From which source do we get information about the user?
How does the data from the Authenticator connect to a user entry in the database?
How does the data from the Authenticator connect to a user entry in the database?
Lets build a working login action
AuthenticationService::authenticate()
AuthenticationService::authenticate()
AuthenticationService::authenticate()
AuthenticationService::authenticate()
AuthenticationService::authenticate()
Open questions?
to know if a user is a member
to know if a user is a member
we need groups inside our members list!
->skipAuthorization()
Open questions?