feat(xo-server/signin): remember me with external providers

It works the same as password signin.
This commit is contained in:
Julien Fontanet
2024-01-16 10:36:04 +01:00
committed by Pierre Donias
parent 4aad9d8e32
commit 6127e30574
3 changed files with 26 additions and 5 deletions
+1
View File
@@ -10,6 +10,7 @@
- [Settings/Logs] Use GitHub issue form with pre-filled fields when reporting a bug [#7142](https://github.com/vatesfr/xen-orchestra/issues/7142) (PR [#7274](https://github.com/vatesfr/xen-orchestra/pull/7274))
- [REST API] New pool action: `emergency_shutdown`, it suspends all the VMs and then shuts down all the host [#7277](https://github.com/vatesfr/xen-orchestra/issues/7277) (PR [#7279](https://github.com/vatesfr/xen-orchestra/pull/7279))
- [Tasks] Hide `/rrd_updates` tasks by default
- [Sign in] Support _Remember me_ feature with external providers (PR [#7298](https://github.com/vatesfr/xen-orchestra/pull/7298))
### Bug fixes