Stream: hapi
Topic: hapi jpa server custom Authorization Interceptor
Joaquin Penalver (Feb 11 2022 at 19:47):
Hi all! Anyone knows if it's possible to add and configure new Authorization Interceptors in the JPAServer withouth the need to modify the existing code?
Something similar to a pluggable way? Generating a JAR and adding it to WEB-INF/lib doker image or any other original way?
I would like to avoid rebuild the entire project to add a single Interceptor.
Thanks all!
Jens Villadsen (Feb 12 2022 at 07:23):
See eg. https://github.com/trifork/hapi-fhir-jpaserver-starter/tree/feature/smart-support for an example
Last updated: Apr 12 2022 at 19:14 UTC