Dears, Im having an issue to get the jwt from flutter , I have integration with hasura and need to include the jwt in the authorization header, from React everything is working, looking at the documentation for flutter the only thing is import 'package:supertokens_flutter/supertokens.dart';
Future getToken() async {
return await SuperTokens.getAccessToken();
} , but Im not sure how to provide the url for the supert token, and should it be /auth/signin or something else , appreciate your support
SuperTokens is an open source authentication solution offering features like: Different types of login: Email / password, Passwordless (OTP or Magic link based).