-
Notifications
You must be signed in to change notification settings - Fork 33
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
feat(plugins): add keycloak plugin #318
Conversation
@Shurtu-gal do you mind rebasing on master as we just merged a PR that clean all linting/testing issues? |
Done @overbit. What about templates, I guess they should also be put in |
@Shurtu-gal that is a good point. Can you raise a new PR just for that (eslint ignore in the template)? |
Sure. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@Shurtu-gal really good work. Just a couple of comments but generally looks great
plugins/auth-keycloak/src/templates/jwt.strategy.base.template.ts
Outdated
Show resolved
Hide resolved
@overbit The required changes are done. |
Fixes: amplication/amplication#7044
PR Details
Add Keycloak plugin for authentication
PR Checklist
npm build
doesn't throw any errornpm test
doesn't throw any errorIMPORTANT: Please review the CONTRIBUTING.md file for detailed contributing guidelines.