Skip to content

Commit f4b2b18

Browse files
authored
docs: update
1 parent 87e204f commit f4b2b18

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

README.md

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -27,13 +27,15 @@ Let's say `/auth/o8`. Then the provider name follows it.
2727
All the OpenID providers that your server should support will need a unique name and each of the
2828
providers get a URI like so `/auth/o8/<name>`. Example:
2929

30-
| Provider | Name | OpenID URI |
31-
|----------|------|------------|
32-
| Google | google | `/auth/o8/google` |
33-
| Microsoft | microsoft | `/auth/o8/microsoft` |
34-
| Yahoo | yahoo | `/auth/o8/yahoo` |
30+
| Provider | Name | OpenID URI | Demo URL |
31+
|----------|------|------------|----------|
32+
| Google | google | `/auth/o8/google` | [urlssh.xyz/auth/o8/google](https://urlssh.xyz/auth/o8/google) |
33+
| Microsoft | microsoft | `/auth/o8/microsoft` | [urlssh.xyz/auth/o8/microsoft](https://urlssh.xyz/auth/o8/microsoft) |
34+
| Yahoo | yahoo | `/auth/o8/yahoo` | [urlssh.xyz/auth/o8/yahoo](https://urlssh.xyz/auth/o8/yahoo) |
35+
36+
> On successful verification your information is [echoed back](https://github.com/adhocore/urlsh/blob/main/router/router.go#L48-L53) to you as JSON but **not** saved in server (pinky promise).
3537
36-
> All the providers **must** provide .well-known configurations for OpenID auto discovery.
38+
**Important:** All the providers **must** provide .well-known configurations for OpenID auto discovery.
3739

3840
Get ready with OpenID provider credentials (client id and secret).
3941
For Google, check [this](https://developers.google.com/identity/gsi/web/guides/get-google-api-clientid).

0 commit comments

Comments
 (0)