Is it safe to put Auth0 credentials on a React Native app?

Hello guys, I’m currently working on a React Native app and I added the Discord login option.
I want to know if it is safe to put my auth0 credentials on a React Native app, or do I need to create an external API that redirects back to the app.
Please let me know!

Hey there @YahelPS welcome to the community!

Considering Native apps are considered public applications, it is generally considered unsafe for them to hold credentials. Please see the following article:

Hope this helps!

This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.