File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -31,6 +31,7 @@ providers get a URI like so `/auth/o8/<name>`. Example:
31
31
| ----------| ------| ------------|
32
32
| Google | google | ` /auth/o8/google ` |
33
33
| Microsoft | microsoft | ` /auth/o8/microsoft ` |
34
+ | Yahoo | yahoo | ` /auth/o8/yahoo ` |
34
35
35
36
> All the providers ** must** provide .well-known configurations for OpenID auto discovery.
36
37
@@ -131,6 +132,7 @@ For example:
131
132
``` html
132
133
<a href =" https://localhost/auth/o8/google" >Sign in with Google</a >
133
134
<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 >
134
136
```
135
137
136
138
The complete flow is managed and handled by GOIC for you and on successful verification,
You can’t perform that action at this time.
0 commit comments