You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There's no need to require or set AT_LOGIN, since the login must be for the list-owning user, and that can be checked via public API before authentication. So all that's needed is the password :)
Mind if we just make it optional, and when missing, use the owner of the first list provided?
The text was updated successfully, but these errors were encountered:
If this sounds ok, we could do a quick check to confirm all the lists are owned by the same user, and raise an error if not, just to avoid weird edge-cases and failures.
There's no need to require or set AT_LOGIN, since the login must be for the list-owning user, and that can be checked via public API before authentication. So all that's needed is the password :)
Mind if we just make it optional, and when missing, use the owner of the first list provided?
The text was updated successfully, but these errors were encountered: