mirror of
https://github.com/SrIzan10/next-auth.git
synced 2026-05-01 10:55:20 +00:00
18 lines
453 B
Plaintext
18 lines
453 B
Plaintext
{
|
|
"oauth2-spec": {
|
|
"description": "Markdown link to OAuth 2 specification",
|
|
"scope": "typescript",
|
|
"prefix": "oauth2",
|
|
"body": [
|
|
"[OAuth 2](https://datatracker.ietf.org/doc/html/rfc6749)"
|
|
]
|
|
},
|
|
"oidc-spec": {
|
|
"description": "Markdown link to OpenID Connect specification",
|
|
"scope": "typescript",
|
|
"prefix": "oidc",
|
|
"body": [
|
|
"[OIDC](https://openid.net/specs/openid-connect-core-1_0.html)"
|
|
]
|
|
},
|
|
} |