You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| Google |[](https://github.com/WilsonLe/payload-oauth2/actions/workflows/test-google-oauth.yml)|[Config](./examples/google.md)|
19
28
20
29
# Installation
21
30
22
31
```
23
32
npm install payload-oauth2
24
33
yarn install payload-oauth2
25
-
```
26
-
27
-
# Example Usage
28
-
29
-
Integrating Google OAuth2 to `users` collection.
30
-
31
-
```ts
32
-
exportdefaultbuildConfig({
33
-
// ...
34
-
admin: {
35
-
importMap: { baseDir: path.resolve(dirname) },
36
-
components: {
37
-
// A simple button with <a> tag that links to your authorization path
0 commit comments