Files
archived-next-auth/.vscode/snippets.code-snippets
Balázs Orbán e47c3c81f1 chore: format
2022-12-24 01:47:46 +01:00

15 lines
429 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)"]
}
}