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

More secured auth token - some signature on request #5

Closed
jstuczyn opened this issue Dec 18, 2019 · 1 comment · Fixed by #299
Closed

More secured auth token - some signature on request #5

jstuczyn opened this issue Dec 18, 2019 · 1 comment · Fixed by #299
Assignees

Comments

@jstuczyn
Copy link
Contributor

Currently the service provider gives out authentication tokens to everyone. If you forgot yours - it just gives you back what you should have had (so anyone could learn your token this way);
The request would need some signature to ensure that the provider is talking with the right client.

@jstuczyn jstuczyn changed the title More secured auth token More secured auth token - some signature on request Dec 18, 2019
@futurechimp futurechimp transferred this issue from another repository Jan 7, 2020
@aniampio aniampio self-assigned this Jan 7, 2020
@aniampio
Copy link
Contributor

aniampio commented Jan 7, 2020

Right now in the code, we allow a particular client to register only once, so we avoid this isse partially. Anyway, we can implement a signature schema, just to allow people get there authentication token again if they forget.

Core systems automation moved this from Cold Storage to Done Aug 7, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Archived in project
Core systems
  
Done
Development

Successfully merging a pull request may close this issue.

2 participants