supertokens-website

Frontend SDK for SuperTokens - for session management + automatically refreshing sessions

OTHER License

Downloads
98.9K
Stars
54
Committers
20

Bot releases are hidden (Show)

supertokens-website - v16.0.6

Published by rishabhpoddar over 1 year ago

What's Changed

Full Changelog: https://github.com/supertokens/supertokens-website/compare/v16.0.5...v16.0.6

supertokens-website - v16.0.1

Published by rishabhpoddar over 1 year ago

What's Changed

Full Changelog: https://github.com/supertokens/supertokens-website/compare/v16.0.0...v16.0.1

supertokens-website - v16.0.0

Published by rishabhpoddar over 1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/supertokens/supertokens-website/compare/v15.0.0...v16.0.0

supertokens-website - v15.0.0

Published by rishabhpoddar over 1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/supertokens/supertokens-website/compare/v14.0.3...v15.0.0

supertokens-website - v14.0.0

Published by rishabhpoddar about 2 years ago

What's Changed

Full Changelog: https://github.com/supertokens/supertokens-website/compare/v13.1.1...v14.0.0

supertokens-website - v13.1.0

Published by rishabhpoddar about 2 years ago

supertokens-website -

Published by nkshah2 almost 5 years ago

supertokens-website - v3.2.8

Published by rishabhpoddar almost 5 years ago

Changes sessionPossiblyExists to be non async. Credit @eweitnauer for finding this bug.

supertokens-website -

Published by nkshah2 almost 5 years ago

supertokens-website -

Published by nkshah2 almost 5 years ago

supertokens-website -

Published by nkshah2 about 5 years ago

supertokens-website -

Published by nkshah2 about 5 years ago

supertokens-website - v3.2.0

Published by rishabhpoddar about 5 years ago

Added ability to check if a session exists or not

supertokens-website - v3.1.0

Published by nkshah2 over 5 years ago

Adds support for withCredentials to true.

supertokens-website - v3.0.3

Published by rishabhpoddar over 5 years ago

Adds support for api on a different domain (as long as there is a shared sub domain between currently loaded page and API) - via setting withCredentials to true.

supertokens-website - v3.0.2

Published by rishabhpoddar over 5 years ago

  • makeSuper is now a part of the default import
supertokens-website - v3.0.1

Published by rishabhpoddar over 5 years ago

Changed

  • creates fetch interceptor so that users do not need to change their existing fetch calls

Added

  • added support for axios calls
supertokens-website - v3.0.0

Published by rishabhpoddar over 5 years ago

  • Adds feature for CSRF protection
supertokens-website - v2.0.1

Published by rishabhpoddar over 5 years ago

Changes typescript types a little

supertokens-website - v2.0.0

Published by rishabhpoddar over 5 years ago

Replaces usage of axios with fetch