This repository has been archived on 2024-05-31. You can view files and clone it, but cannot push or open issues or pull requests.
2021-08-23 15:29:12 +00:00
|
|
|
{
|
|
|
|
"cSpell.words": [
|
|
|
|
"asgi",
|
|
|
|
"authentik",
|
|
|
|
"authn",
|
|
|
|
"goauthentik",
|
|
|
|
"jwks",
|
|
|
|
"oidc",
|
|
|
|
"openid",
|
|
|
|
"plex",
|
|
|
|
"saml",
|
|
|
|
"totp",
|
2021-11-26 13:08:45 +00:00
|
|
|
"webauthn",
|
2021-12-22 16:34:46 +00:00
|
|
|
"traefik",
|
2022-02-07 19:26:14 +00:00
|
|
|
"passwordless",
|
|
|
|
"kubernetes"
|
2021-08-23 15:29:12 +00:00
|
|
|
],
|
|
|
|
"python.linting.pylintEnabled": true,
|
|
|
|
"todo-tree.tree.showCountsInTree": true,
|
|
|
|
"todo-tree.tree.showBadges": true,
|
|
|
|
"python.formatting.provider": "black",
|
|
|
|
"files.associations": {
|
|
|
|
"*.akflow": "json"
|
|
|
|
}
|
|
|
|
}
|