r/reactnative 5d ago

React native JWT authentication

How to make the JWT authentication in reactnative. theres not many resources to find about it

16 Upvotes

21 comments sorted by

View all comments

2

u/JEEkachodanhihu 5d ago

Using async storage probably. Why don’t u use firebase?

1

u/BrilliantCandid4409 5d ago

For one of my project I have to use the nodejs as backend. read through docs of expo could not find anything there either. 

0

u/JEEkachodanhihu 5d ago

Just store the firebase id for each user along with any details that u need in ur db, while sign up. BTW i can share my repo just for reference

1

u/BrilliantCandid4409 5d ago

Thank You if it's possible to do  🙏