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
tokenandrefreshTokenproperty for the scheme includes anhttpOnlyproperty 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
serverHandlerif ssr is available to manage the creation of httpOnly cookies and authorization.A reset
serverHandlerhas been added to handle the deletion of the httpOnly cookies when logging out/using the reset functionnuxt-alt/http
event.$httpnitro plugin has been added which works similar to whatevent.$fetchdoes, the difference being that it inherits the options of the http module.$httpin nitro would lead to a fetch error.This discussion was created from the release v3.1.0.
All reactions