supertokens library
Flutter implementation of SuperTokens session management. This library is a pure dart implementation and does not use platform channels. Use Client to use SuperTokens with the http package. Client uses SharedPreferences to store cookies across app launches
Classes
- SuperTokens
-
Primary class for the supertokens package
Use
SuperTokens.initialise
to initialise the package, do this before making any network calls