Skip to content

Commit 5b16efb

Browse files
committed
update README with apple oauth example
1 parent 9457902 commit 5b16efb

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,13 +25,16 @@ Technically this plugin should work with all generic OAuth2 providers. Here are
2525
| -------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------- |
2626
| Google | [![Test Google OAuth](https://github.com/WilsonLe/payload-oauth2/actions/workflows/test-google-oauth.yml/badge.svg)](https://github.com/WilsonLe/payload-oauth2/actions/workflows/test-google-oauth.yml) | [Config](./examples/google.ts) |
2727
| Zitadel | [![Test Zitadel OAuth](https://github.com/WilsonLe/payload-oauth2/actions/workflows/test-zitadel-oauth.yml/badge.svg)](https://github.com/WilsonLe/payload-oauth2/actions/workflows/test-zitadel-oauth.yml) | [Config](./examples/zitadel.ts) |
28+
| Apple | Test not implemented | [Config](./examples/apple.ts) |
2829

2930
# Installation
3031

3132
```
3233
npm install payload-oauth2
3334
yarn install payload-oauth2
3435
pnpm install payload-oauth2
36+
37+
Or if you are feeling adventurous and want to manage the plugin yourself, you can copy the `src` directory into your payload projects.
3538
```
3639

3740
# Contributing

0 commit comments

Comments
 (0)