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

/login route should be modified to check against the conference entered. #42

Open
2 tasks
Syntaf opened this issue Apr 19, 2017 · 0 comments
Open
2 tasks
Labels

Comments

@Syntaf
Copy link
Member

Syntaf commented Apr 19, 2017

Additionally, the post into /login will now include the conference. To support this the database should:

  • Modify permitted_organizers and permitted_exhibitors so that each entry also contains a foreign key to the corresponding conference.
  • Inside login, first check if the conference string is valid inside the conference table
    • If valid, look inside the corresponding permitted table for an email with a matching foreign key
    • then proceed as normal
@Syntaf Syntaf added the backend label Apr 19, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant