include option for external login to save tokens

This commit is contained in:
sbwalker
2025-01-13 15:14:13 -05:00
parent a59ec0258b
commit 1fb54a0b0f
3 changed files with 21 additions and 6 deletions

View File

@ -495,4 +495,10 @@
<data name="OIDC" xml:space="preserve">
<value>OpenID Connect (OIDC)</value>
</data>
<data name="SaveTokens.Text" xml:space="preserve">
<value>Save Tokens?</value>
</data>
<data name="SaveTokens.HelpText" xml:space="preserve">
<value>Specify whether access and refresh tokens should be saved after a successful login. The default is false to reduce the size of the authentication cookie.</value>
</data>
</root>