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

Add JWT authorization #6

Open
bartoszherba opened this issue Mar 2, 2018 · 0 comments
Open

Add JWT authorization #6

bartoszherba opened this issue Mar 2, 2018 · 0 comments
Labels
enhancement New feature or request
Milestone

Comments

@bartoszherba
Copy link
Owner

Currently service should be not used as a public service because of lack of authorization management.
The goal is to add JWT authorization for resources.
As I imagine there will be 2 roles:

  1. consumer - access to all api methods with restriction to manage only messages with appropriate identifier
  2. admin - access to all api methods without any restrictions

JWT should contain identifier in payload to identify available resources

@bartoszherba bartoszherba added the enhancement New feature or request label Mar 2, 2018
@bartoszherba bartoszherba added this to the Version 1.1.0 milestone Mar 2, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant