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

initial qr check in / check out #47

Open
4 tasks
starfys opened this issue Oct 25, 2018 · 0 comments
Open
4 tasks

initial qr check in / check out #47

starfys opened this issue Oct 25, 2018 · 0 comments
Labels
new feature For new features web backend For code related to the web backend

Comments

@starfys
Copy link
Member

starfys commented Oct 25, 2018

Please describe your issue.
we want to handle qr signin

Describe the solution you'd like

POST /api/v1/check_in

  • takes parameter key and session header
  • if the session header is valid, store the user's ID along with the key in memory

POST /api/v1/check_out

  • takes parameter key and session header
  • if the session header is valid, remove the id-key pair
@starfys starfys added web backend For code related to the web backend new feature For new features labels Oct 25, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
new feature For new features web backend For code related to the web backend
Projects
None yet
Development

No branches or pull requests

1 participant