You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<smallclass="hint">standalone tokens outlive the browser session, which is what keeps a CLI signed in. session tokens stop refreshing the moment that session ends.</small>
177
+
</div>
178
+
</div>
169
179
<divclass="form-row">
170
180
<labelfor="c_public">Public</label>
171
181
<divclass="form-control">
@@ -267,6 +277,16 @@
267
277
<smallclass="hint">Clearing the box removes it, and dex stops sending this client logout tokens.</small>
<divclass="v mono">{{if .BackchannelLogoutURI}}{{.BackchannelLogoutURI}}{{else}}<spanclass="hint">not set — this client is not notified when a session ends</span>{{end}}</div>
34
+
<divclass="k">Refresh token lifetime</div>
35
+
<divclass="v mono">{{if eq .RefreshTokenLifetime "session"}}session — refreshing stops when the browser session ends{{else}}standalone — refresh tokens outlive the browser session{{end}}</div>
0 commit comments