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

Allow forms to be accessed w/o account by setting #84

Open
davidteather opened this issue Apr 2, 2024 · 0 comments
Open

Allow forms to be accessed w/o account by setting #84

davidteather opened this issue Apr 2, 2024 · 0 comments
Assignees

Comments

@davidteather
Copy link
Member

davidteather commented Apr 2, 2024

This will be tricky for

  • no duplicate submissions Maybe store an identifier in local storage, but this can be bypassed although might help people know if they submitted it already. Another idea is let users define like a primary key question (this might be a separate feature to do anyways that has similar effect)
  • expiration logic, currently it relies on an account email but we could switch this to use a password like randomly generated identifier url parameter if the identifier isn't an email. This causes problem with the pipeline to allow form access, maybe we add another internal field for like authlessUserID if they're not logged in when filling out a form and then other actions can use this attribute like the allow form access action and for like send email to send a url with the identifier.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant