We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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 sugar to the moleculer-web, the authorize option in the settings, example:
authorize: { type: "bearer", // add social and other adapters checkToken: "user.resolveToken" }
authorize: { type: "query", // from url query params or header param: "token", checkToken: "user.resolveToken" }
and through the function who needs a custom solution, example:
authorize: (ctx, route, req) => {},
Thus, it will be possible to make a semblance of an authorization adapter and use the modules.
Write your wishes in this issue! 💬
The text was updated successfully, but these errors were encountered:
good idea 👍
Sorry, something went wrong.
intech
No branches or pull requests
Add sugar to the moleculer-web, the authorize option in the settings, example:
and through the function who needs a custom solution, example:
Thus, it will be possible to make a semblance of an authorization adapter and use the modules.
Write your wishes in this issue! 💬
The text was updated successfully, but these errors were encountered: