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

JWT based Access Control example with AvionDB #16

Open
vasa-develop opened this issue May 7, 2020 · 2 comments
Open

JWT based Access Control example with AvionDB #16

vasa-develop opened this issue May 7, 2020 · 2 comments
Assignees
Labels
discussion open for public discussion example an example showing a use-case of aviondb

Comments

@vasa-develop
Copy link
Member

Create an example of JWT based access control for AvionDB.
You can track this issue for any updates on the example.

@vasa-develop vasa-develop self-assigned this May 7, 2020
@vasa-develop vasa-develop added the example an example showing a use-case of aviondb label May 7, 2020
@vaultec81
Copy link
Member

Would JWT be done at the access controller level as peers would include a JWT token in every oplog entry made? If so, that would not work. Because in doing so, the JWT token is exposed to the public, and thus no longer secure... Now if JWT was used for a second level authentication using p2p that would be alright.

@vasa-develop
Copy link
Member Author

Yeah, you are right.

@vasa-develop vasa-develop added the discussion open for public discussion label May 12, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
discussion open for public discussion example an example showing a use-case of aviondb
Projects
None yet
Development

No branches or pull requests

2 participants