Hey ! I would like to use Supertokens from a Flutt...
# support-questions-legacy
t
Hey ! I would like to use Supertokens from a Flutter app, I've found there is an official package: https://pub.dev/packages/supertokens_flutter I've found methods for
signOut
and
doesSessionExist
, but I can't find anything how do I login or use forgot password features. Given there is
doesSessionExist
method, there must be way to set the session state or am I thinking wrong?
r
Hey @tom-s3drive
If you see our guides, in the use your own ui section, you will find the mobile code tabs. In there, it says to call the APIs directly for logging in
n
@rp_st I have same question which APIs exactly should flutter frontend call? Can't quite understand from documentation how this supposed to work
r
See our docs for custom ui. In that you will see mobile code tabs
2 Views