cookie storage is chosen, the JWTs are stored in cookies that are not set as `http-only`-
Auth JS
Auth JS is a dependency for the following JS frameworks/libraries and will also be affected:
-
Sign In Widget
-
Okta React
-
Okta Angular
-
Okta Vue
If storing JWTs in a browser cookie is not preferable, alternative storage options such as in memory, local storage, session storage, or a custom storage provider can be used. More information is available in the AuthJS documentation: https://github.com/okta/okta-auth-js#storagetype
If there's discomfort with the JWT being retrievable on the front-end of the application, it might be preferable to create a Web application so that these tokens can be stored server-side.
