File tree Expand file tree Collapse file tree 5 files changed +1298
-1101
lines changed
Expand file tree Collapse file tree 5 files changed +1298
-1101
lines changed Original file line number Diff line number Diff line change 11import { GoogleOAuthLoginButton as GoogleOAuthLoginButton_143f92647bcb7528bfe1082a22fc4d4e } from 'src/components/GoogleOAuthLoginButton'
22import { ZitadelOAuthLoginButton as ZitadelOAuthLoginButton_2b344d0256ae0172631ef421761722bb } from 'src/components/ZitadelOAuthLoginButton'
3+ import { MicrosoftEntraIdOAuthLoginButton as MicrosoftEntraIdOAuthLoginButton_d181f47f7889616c8bdc074b0a96538d } from 'src/components/MicrosoftEntraIdOAuthLoginButton'
34
45export const importMap = {
56 "src/components/GoogleOAuthLoginButton#GoogleOAuthLoginButton" : GoogleOAuthLoginButton_143f92647bcb7528bfe1082a22fc4d4e ,
6- "src/components/ZitadelOAuthLoginButton#ZitadelOAuthLoginButton" : ZitadelOAuthLoginButton_2b344d0256ae0172631ef421761722bb
7+ "src/components/ZitadelOAuthLoginButton#ZitadelOAuthLoginButton" : ZitadelOAuthLoginButton_2b344d0256ae0172631ef421761722bb ,
8+ "src/components/MicrosoftEntraIdOAuthLoginButton#MicrosoftEntraIdOAuthLoginButton" : MicrosoftEntraIdOAuthLoginButton_d181f47f7889616c8bdc074b0a96538d
79}
Original file line number Diff line number Diff line change @@ -54,6 +54,7 @@ export type SupportedTimezones =
5454 | 'Asia/Singapore'
5555 | 'Asia/Tokyo'
5656 | 'Asia/Seoul'
57+ | 'Australia/Brisbane'
5758 | 'Australia/Sydney'
5859 | 'Pacific/Guam'
5960 | 'Pacific/Noumea'
Original file line number Diff line number Diff line change @@ -16,6 +16,7 @@ export const googleOAuth = OAuth2Plugin({
1616 authorizePath : "/oauth/google" ,
1717 callbackPath : "/oauth/google/callback" ,
1818 authCollection : "users" ,
19+ onUserNotFoundBehavior : "error" ,
1920 tokenEndpoint : "https://oauth2.googleapis.com/token" ,
2021 scopes : [
2122 "openid" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " payload-oauth2" ,
3- "version" : " 1.0.14 " ,
3+ "version" : " 1.0.15 " ,
44 "type" : " module" ,
55 "homepage:" : " https://github.com/WilsonLe/payload-oauth2" ,
66 "repository" : " https://github.com/WilsonLe/payload-oauth2" ,
3333 "dev:lint" : " cd dev && cross-env NODE_OPTIONS=--no-deprecation next lint" ,
3434 "generate:types" : " payload generate:types" ,
3535 "generate:importmap" : " payload generate:importmap" ,
36- "reinstall" : " cross-env NODE_OPTIONS=--no-deprecation rm -rf node_modules && rm pnpm-lock.yaml && pnpm --ignore-workspace install" ,
36+ "reinstall" : " cross-env NODE_OPTIONS=--no-deprecation rimraf node_modules && rimraf pnpm-lock.yaml && pnpm --ignore-workspace install" ,
3737 "clean" : " rimraf dist && rimraf dev/.next" ,
3838 "prepublishOnly" : " pnpm clean && pnpm build" ,
3939 "prepare" : " tsc"
7777 "sharp" : " 0.33.4" ,
7878 "tree-kill" : " ^1.2.2" ,
7979 "typescript" : " 5.4.5"
80- }
80+ },
81+ "packageManager" : " pnpm@10.8.0+sha512.0e82714d1b5b43c74610193cb20734897c1d00de89d0e18420aebc5977fa13d780a9cb05734624e81ebd81cc876cd464794850641c48b9544326b5622ca29971"
8182}
You can’t perform that action at this time.
0 commit comments