Skip to content

Commit af8126f

Browse files
committed
docs: add yahoo docs
1 parent 2d26bb5 commit af8126f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ providers get a URI like so `/auth/o8/<name>`. Example:
3131
|----------|------|------------|
3232
| Google | google | `/auth/o8/google` |
3333
| Microsoft | microsoft | `/auth/o8/microsoft` |
34+
| Yahoo | yahoo | `/auth/o8/yahoo` |
3435

3536
> All the providers **must** provide .well-known configurations for OpenID auto discovery.
3637
@@ -131,6 +132,7 @@ For example:
131132
```html
132133
<a href="https://localhost/auth/o8/google">Sign in with Google</a>
133134
<a href="https://localhost/auth/o8/microsoft">Sign in with Microsoft</a>
135+
<a href="https://localhost/auth/o8/yahoo">Sign in with Yahoo</a>
134136
```
135137

136138
The complete flow is managed and handled by GOIC for you and on successful verification,

0 commit comments

Comments
 (0)