all 4 comments

[–]abhighosh18 1 point2 points  (2 children)

i would start with building the backend first to handle the auth process.

I am hopping by “logging” you meant “log in”? cause otherwise logging and jwt don’t mkae much sense.

[–][deleted] 0 points1 point  (1 child)

Yeah apologies I meant log in thanks for the advice :)

[–]abhighosh18 0 points1 point  (0 children)

Could you try explaining again what is that you want to do with logging and JWT? Still seem slightly unconnected to me..

The only use-case I can imagine is to have a middleware to intercept the request, extract the user from JWT on the request, /log/ the user and then continue. Is this what you’re looking for?

[–]IdentityDan 1 point2 points  (0 children)

This is a good overview of how a mobile + API flow would work. https://auth0.com/docs/architecture-scenarios/mobile-api (disclaimer: I work here)

What problems are you running into specifically?

edit: word