diff --git a/docs/dictionary/en-custom.txt b/docs/dictionary/en-custom.txt index b2060d1d..b987e9eb 100644 --- a/docs/dictionary/en-custom.txt +++ b/docs/dictionary/en-custom.txt @@ -101,4 +101,5 @@ passwordless Appsettings appsettings Codespaces -Keycloak \ No newline at end of file +Keycloak +thirdparty \ No newline at end of file diff --git a/docs/how-to/authentication-plugin-examples.md b/docs/how-to/authentication-plugin-examples.md index 26c25043..a0ecd303 100644 --- a/docs/how-to/authentication-plugin-examples.md +++ b/docs/how-to/authentication-plugin-examples.md @@ -188,7 +188,7 @@ The Supertokens Auth Provider adds Supertokens authentication to your service, s "apiKey": "", "supertokensIdFieldName": "supertokensId", "recipe": { - "name": "emailpassword" + "name": "email-password" } } }