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

Remove VertX dependency from AuthorizationProvider interface #66

Open
aayustark007-fk opened this issue Dec 17, 2023 · 0 comments
Open

Comments

@aayustark007-fk
Copy link
Collaborator

Currently, the interface defines methods which return VertX Future.
This forces the users for this module to add dependency on VertX itself.
Instead we should prefer constructs from the Java concurrent package. Then the AuthHandlers can add the code for interop with VertX

@aayustark007-fk aayustark007-fk converted this from a draft issue Dec 17, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Backlog
Development

No branches or pull requests

1 participant