@lucia-auth/oauth
v3 released!
#1033
pilcrowonpaper
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
This is a small major change. Aside from some minor breaking changes, it includes 9 new OAuth providers!
I think this will be the last major release this year since I'll be kinda busy.
ProviderUserAuth
existingUser
has been changed togetExistingUser()
. This made the internal code more organized and 'clean.'createOAuth2AuthorizationUrlWithPKCE()
The order of the returned value has been changed:
searchParams
parameteroptions.searchParams
parameter forcreateOAuth2AuthorizationUrl()
andcreateOAuth2AuthorizationUrlWithPKCE()
has been removed.Renamed
Linkedin
toLinkedIn
Removed some parameters
Affects:
auth0()
patreon()
reddit()
spotify()
twitch()
Set optional authorization url parameters with
URL.searchParams.set()
.Beta Was this translation helpful? Give feedback.
All reactions