1
0
Fork 0
mirror of synced 2024-06-03 11:24:48 +12:00

Updated docs

This commit is contained in:
Eldad Fux 2020-01-24 22:33:10 +02:00
parent 3ee0d0503e
commit 934d093775

View file

@ -1,4 +1,4 @@
Allow the user to login into his account by providing a valid email and password combination. Use the success and failure arguments to provide a redirect URL\'s back to your app when login is completed.
Allow the user to login into his account by providing a valid email and password combination. Use the success and failure arguments to provide a redirect URL's back to your app when login is completed.
Please note that in order to avoid a [Redirect Attack](https://github.com/OWASP/CheatSheetSeries/blob/master/cheatsheets/Unvalidated_Redirects_and_Forwards_Cheat_Sheet.md) the only valid redirect URLs are the ones from domains you have set when adding your platforms in the console interface.