another question: is it possible to use login/regi...
# general
u
another question: is it possible to use login/register etc in react native without opening the webbrowser (no popup/redirect etc) -- just pure native experience?
r
hey @0xwess yes it is possible. But then you will have to build your own UI in react native, and can utilise our frontend react native SDK for session management
u
awesome is it possible to achieve it without the backend node js code/server? like just using your SDK on the frontend, as I would do with cognito for example?
r
not really. You need to use our backend SDK
since it exposes the APIs that the frontend needs to call