v3.1.0 #91
Denoder
announced in
Announcements
v3.1.0
#91
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Changes & Additions
OAuth2, Local Scheme & Inheritances
The
token
andrefreshToken
property for the scheme includes anhttpOnly
property that will enable the httpOnly flag on the token and fresh token cookies. This option is disabled by default. (In a later version it will be enabled by default)All schemes (custom & built-in) will use a
serverHandler
if ssr is available to manage the creation of httpOnly cookies and authorization.A reset
serverHandler
has been added to handle the deletion of the httpOnly cookies when logging out/using the reset functionnuxt-alt/http
event.$http
nitro plugin has been added which works similar to whatevent.$fetch
does, the difference being that it inherits the options of the http module.$http
in nitro would lead to a fetch error.This discussion was created from the release v3.1.0.
Beta Was this translation helpful? Give feedback.
All reactions