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 number of uses configurable (in addition to LPL_USE_ONCE) #45

Open
ValCanBuild opened this issue Aug 21, 2020 · 2 comments
Open

Make number of uses configurable (in addition to LPL_USE_ONCE) #45

ValCanBuild opened this issue Aug 21, 2020 · 2 comments

Comments

@ValCanBuild
Copy link

I've had a few issues with certain email security systems (like outlook https://docs.microsoft.com/en-us/microsoft-365/security/office-365-security/atp-safe-links?view=o365-worldwide ) doing verification on login links we send. This means they visit the link before the user, which records it as used and the user themselves can't then login.

Not sure what the best solution to this would be - my alternative is to turn off LPL_USE_ONCE but I rather not. Perhaps tracking how many times the link was used and setting a maximum number of usages would be a good alternative?

Like setting LPL_NUM_USAGES, which I can then set to 2, or 3 in order to tackle this issue.

@edgrosvenor
Copy link
Contributor

@ValCanBuild I'd definitely be open to adding this but I don't have time to tackle it myself right now. If you can submit a PR, I'd welcome it.

@chucklin72
Copy link

I ran into the same issue

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

3 participants