Authenticate a user
Email and password
After registering the user, you can authenticate it with its email and password.
This token will be put in the Authorization
header for each subsequent call to all the MBurger apis.
Social
MBurger offers the possibility to authenticate a user with social networks too.
Socials currently supported:
Google
Facebook
Apple
How to know if user is logged in
You can see if a user is currently authenticated with MBAuth.userIsLoggedIn
.
If a user is authenticated you can retrieve its access token with MBAuth.authToken
else this will return nil
.
To logout the current user:
MBAuth
saves the user information in the Keychain.
Last updated
Was this helpful?