# I am the Watcher. I am your guide through this vast new twtiverse.
# 
# Usage:
#     https://watcher.sour.is/api/plain/users              View list of users and latest twt date.
#     https://watcher.sour.is/api/plain/twt                View all twts.
#     https://watcher.sour.is/api/plain/mentions?uri=:uri  View all mentions for uri.
#     https://watcher.sour.is/api/plain/conv/:hash         View all twts for a conversation subject.
# 
# Options:
#     uri     Filter to show a specific users twts.
#     offset  Start index for quey.
#     limit   Count of items to return (going back in time).
# 
# twt range = 1 16
# self = https://watcher.sour.is/conv/3lkdtda
Just added Login via Email:


* 6c1423a 2021-11-12 | Add support for Login via Email with feature magic_link_auth (HEAD -> master, origin/master) [James Mills]
Just added Login via Email:


* 6c1423a 2021-11-12 | Add support for Login via Email with feature magic_link_auth (HEAD -> master, origin/master) [James Mills]
Pushed a few fixes to master, but this now works πŸ₯³
Pushed a few fixes to master, but this now works πŸ₯³
It _really_ is quite magical 🀣
It _really_ is quite magical 🀣
@prologic nice oneπŸš€πŸͺ„
@darch Thanks buddy! πŸ€— There's only one bit of a weird issue I've found and that is if I use my iPhone and try to login via Email, the session only seems to be valid for the Mobile Safari that opens via my Email/Gmail app. If I hit the "Safari" icon on the lower right, it _appears_ to be a new session and therefore not logged in. This _might_ be by design on Apple's part, but I find it a bit weird as I consider it to be the same Browser and really the _should_ be the same session. If I do this via Desktop it works as expected UX.
@darch Thanks buddy! πŸ€— There's only one bit of a weird issue I've found and that is if I use my iPhone and try to login via Email, the session only seems to be valid for the Mobile Safari that opens via my Email/Gmail app. If I hit the "Safari" icon on the lower right, it _appears_ to be a new session and therefore not logged in. This _might_ be by design on Apple's part, but I find it a bit weird as I consider it to be the same Browser and really the _should_ be the same session. If I do this via Desktop it works as expected UX.
I'd like a few other pod owners to try this feature out before I promote it πŸ‘Œ
I'd like a few other pod owners to try this feature out before I promote it πŸ‘Œ
OK, I'll upgrade now, and try it out over the weekend. :-)
@prologic how to enable this? I have update to latest rev, copied the right templates to my theme, but still do not see it anywhere. What must I do to enable/activate this feature?
Found it. Is a feature, so magic_link_auth.
@fastidious You _may_ want to check the changes to the login.html template too, there's some changes that that use the new isFeatureEnabled() template func. I'm not sure what your custom theme does though, so maybe you just want to link to /login/email directly or something.
@fastidious You _may_ want to check the changes to the login.html template too, there's some changes that that use the new isFeatureEnabled() template func. I'm not sure what your custom theme does though, so maybe you just want to link to /login/email directly or something.