File tree 5 files changed +1298
-1101
lines changed
5 files changed +1298
-1101
lines changed Original file line number Diff line number Diff line change 1
1
import { GoogleOAuthLoginButton as GoogleOAuthLoginButton_143f92647bcb7528bfe1082a22fc4d4e } from 'src/components/GoogleOAuthLoginButton'
2
2
import { ZitadelOAuthLoginButton as ZitadelOAuthLoginButton_2b344d0256ae0172631ef421761722bb } from 'src/components/ZitadelOAuthLoginButton'
3
+ import { MicrosoftEntraIdOAuthLoginButton as MicrosoftEntraIdOAuthLoginButton_d181f47f7889616c8bdc074b0a96538d } from 'src/components/MicrosoftEntraIdOAuthLoginButton'
3
4
4
5
export const importMap = {
5
6
"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
7
9
}
Original file line number Diff line number Diff line change @@ -54,6 +54,7 @@ export type SupportedTimezones =
54
54
| 'Asia/Singapore'
55
55
| 'Asia/Tokyo'
56
56
| 'Asia/Seoul'
57
+ | 'Australia/Brisbane'
57
58
| 'Australia/Sydney'
58
59
| 'Pacific/Guam'
59
60
| 'Pacific/Noumea'
Original file line number Diff line number Diff line change @@ -16,6 +16,7 @@ export const googleOAuth = OAuth2Plugin({
16
16
authorizePath : "/oauth/google" ,
17
17
callbackPath : "/oauth/google/callback" ,
18
18
authCollection : "users" ,
19
+ onUserNotFoundBehavior : "error" ,
19
20
tokenEndpoint : "https://oauth2.googleapis.com/token" ,
20
21
scopes : [
21
22
"openid" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " payload-oauth2" ,
3
- "version" : " 1.0.14 " ,
3
+ "version" : " 1.0.15 " ,
4
4
"type" : " module" ,
5
5
"homepage:" : " https://github.com/WilsonLe/payload-oauth2" ,
6
6
"repository" : " https://github.com/WilsonLe/payload-oauth2" ,
33
33
"dev:lint" : " cd dev && cross-env NODE_OPTIONS=--no-deprecation next lint" ,
34
34
"generate:types" : " payload generate:types" ,
35
35
"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" ,
37
37
"clean" : " rimraf dist && rimraf dev/.next" ,
38
38
"prepublishOnly" : " pnpm clean && pnpm build" ,
39
39
"prepare" : " tsc"
77
77
"sharp" : " 0.33.4" ,
78
78
"tree-kill" : " ^1.2.2" ,
79
79
"typescript" : " 5.4.5"
80
- }
80
+ },
81
+ "packageManager" : " pnpm@10.8.0+sha512.0e82714d1b5b43c74610193cb20734897c1d00de89d0e18420aebc5977fa13d780a9cb05734624e81ebd81cc876cd464794850641c48b9544326b5622ca29971"
81
82
}
You can’t perform that action at this time.
0 commit comments