Improved server-side security
A few adjustments were made server-side: Tokens now expire much earlier, with a refresh token to keep users signed in.
Other database endpoint updates were made to ensure safer data handling.
Account security updates
Together with the server side security enhancements, I also added a session management section in the Sign In & Security page:
You can now manage your signed in devices, recognize them with their model or OS + browser, last seen date, and app version.
You can easily sign out any of those devices, requiring another sign in.
Passkey Renaming
As mentioned in the previous devlog, I did add passkey renaming. Now passkeys detect the device you saved the passkey on to give a suggested name, which you can edit at any time.
Fixed app themes
For some reason app themes broke with an SDK update. I restored functionality, and extended it to the welcome screen.
Multiple changes conventional commits
I updated the workflow scripts to allow multiple changes inside of one commit:
feat: Feature 1; fix: Fix 1; fix: Fix2
All inside of the same commit! These will then be parsed in the github release by the workflow.
Switch app building to GitHub Actions server
EAS Cloud was disabled. Now all app builds are ran through the GitHub Actions server.
I also added an unsigned iOS build, which is installable with SideStore, LiveContainer, or any other similar sideloading app.
The iOS builds are compiled with X-Code 27 beta, so the dynamic app resizing is enabled for iOS 27 (You can test by using iPhone mirroring, launching the sideloaded app, and trying to resize the window).
Small reminder: You can either install the development build, OR, you can test the app by installing the PWA when opening the website version!
Comments 0
No comments yet. Be the first!
Sign in to join the conversation.