mirror of
https://github.com/netbirdio/dex.git
synced 2026-05-22 18:43:53 -07:00
* Added /device/token handler with associated business logic and storage tests. Perform user code exchange, flag the device code as complete. Moved device handler code into its own file for cleanliness. Cleanup * Removed PKCE code * Rate limiting for /device/token endpoint based on ietf standards * Configurable Device expiry Signed-off-by: justin-slowik <justin.slowik@thermofisher.com>
9 lines
212 B
HTML
9 lines
212 B
HTML
{{ template "header.html" . }}
|
|
|
|
<div class="theme-panel">
|
|
<h2 class="theme-heading">Login Successful for {{ .ClientName }}</h2>
|
|
<p>Return to your device to continue</p>
|
|
</div>
|
|
|
|
{{ template "footer.html" . }}
|