mirror of
https://github.com/screentinker/screentinker.git
synced 2026-08-13 13:53:12 -06:00
CHANGELOG: 1.9.34-alpha5
This commit is contained in:
parent
b0de7ee208
commit
dd18a795ee
10
CHANGELOG.md
10
CHANGELOG.md
|
|
@ -1,5 +1,15 @@
|
||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## 1.9.34-alpha5
|
||||||
|
|
||||||
|
### Fixed — the Link button in Settings always said "Authentication required"
|
||||||
|
`alpha4` shipped account linking with a button that could never work. It navigated the browser
|
||||||
|
straight at the link endpoint, and this app's session is a token held in the page rather than a
|
||||||
|
cookie — so the request arrived with no credentials and was refused, every time.
|
||||||
|
|
||||||
|
The page now asks the server for the sign-in URL first, using its session, and follows that. Nothing
|
||||||
|
about the link itself changed.
|
||||||
|
|
||||||
## 1.9.34-alpha4
|
## 1.9.34-alpha4
|
||||||
|
|
||||||
Two changes to how signing in works, both found by configuring real Google and Microsoft sign-in
|
Two changes to how signing in works, both found by configuring real Google and Microsoft sign-in
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue