All Collections
General
Fixing issues
Clear data in login action issue
Clear data in login action issue

What is this issue and how can you fix it?

Updated over a week ago

This issue is triggered when you have clear data in a login action. An example that would you make directly understand could be the following:

This is considered an issue because the email and the password are publicly available to everyone on the page through the App JSON object.

Solution

You should always rely on dynamic data entered by the user for login actions.

A secured example would be the following:

Did this answer your question?