-
Notifications
You must be signed in to change notification settings - Fork 22
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
Privacy issue with token system #43
Comments
That's actually a privacy issue. Not a security one. But I get why it is a good thing to do, it'll be done in the next major release. I'm sorry, but this will break the API. |
For now build it on dev? |
The latest development branch is always deployed on dev. The latest release branch is deployed on rel. About the versioning, let me see what I can do. |
API Versioning implemented in f1f2293. Deployed to vitacademics-dev |
Let's implement this as the first use case for Push Notifications, shall we? |
Push is still pending. We need to get that worker process ready so we can actually implement all of this. |
Alright, but this is the easiest use case for implementing Push Notifications. Let's start with this is what I'm saying. |
* Fixes #43 * Version bumped to 0.15.20
* Fixes #43 * Fixed queues * Version bumped to 0.15.21
Done! |
When exchanging the token for timetable data at
/api/{campus}/friends/share?token={token}
, we should do a simple check of requesting for the user's regno and dob as well so we know who has pulled who's data.The text was updated successfully, but these errors were encountered: