JWT plugin with sessions instead of Refresh Tokens

In my React Native Expo app, after Apple Sign-In I need to access my own API. I’m considering implementing the JWT plugin. What do you think? Up until now, I haven’t been using sessions at all — I had been running everything with only JWT (Access Tokens and Refresh Tokens ) . That’s why this “session × short-lived JWT” approach feels a bit concerning since it doesn’t involve a Refresh Token. Is anyone else here using Better Auth in a mobile app?
0 Replies
No replies yetBe the first to reply to this messageJoin

Did you find this page helpful?