mirror of
https://github.com/trailbaseio/trailbase
synced 2026-04-21 13:37:44 +00:00
Prepare new release v0.25.1.
This commit is contained in:
parent
c6b56f5a12
commit
b63298e8c1
1 changed files with 11 additions and 0 deletions
11
CHANGELOG.md
11
CHANGELOG.md
|
|
@ -1,3 +1,14 @@
|
|||
## v0.25.1
|
||||
|
||||
- Add GitHub OAuth provider (validated).
|
||||
- Minor: stable, lexicograpic sorting of OAuth providers.
|
||||
- Fix smaller cookie issues and inconsistencies, previously:
|
||||
- `same-site` policy shouldn't depend on dev-mode to avoid inconsitencies and late surprises.
|
||||
- OAuth state cookies were `secure` in dev-mode and not as strict as they could be in prod-mode. Now all cookies `secure` policy depends on dev-mode + HTTPS site.
|
||||
- Empty override-cookies during logout API should not bet `secure`, i.e require TLS.
|
||||
- QoL: Trim whitespaces from OAuth client id/secret in UI.
|
||||
- Update Rust and JS dependencies (Astro 6, vite 8, ...).
|
||||
|
||||
## v0.25.0
|
||||
|
||||
- Add support for TOTP (e.g. authenticator app) two-factor auth: APIs, auth UI and admin UI 🎉.
|
||||
|
|
|
|||
Loading…
Reference in a new issue