Back
WIP
Make "Sign in with Telegram" work even if you don't have a client installed (e.g. using web platform)
#wip h/t @cheepo2109
Replace Devise with Rails 8 authentication to simplify code a lot (you might need to log in again, but hopefully everything else still works 🤞)
#wip
Remove confusing time zones like Etc/GMT-6 because they have the opposite offset from what you might expect and the named time zones like America/Chicago are what you'd want to use anyway
#wip
Automatically refresh access token when it expires, so you don't get logged out of the app every time
#wip