Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make AT_LOGIN envvar optional #21

Open
patcon opened this issue Dec 7, 2024 · 2 comments
Open

Make AT_LOGIN envvar optional #21

patcon opened this issue Dec 7, 2024 · 2 comments

Comments

@patcon
Copy link
Contributor

patcon commented Dec 7, 2024

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?

@patcon
Copy link
Contributor Author

patcon commented Dec 7, 2024

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.

@jaseemabid
Copy link
Owner

Yeah, that makes sense

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants