How can nrich-registry be used with JWT authorization #148
-
In some projects each individual route in a controller is annotated with Can controller routes exposed with nrich-registry use the same mechanism for authorization or is there a prefered way to implement it (for example, using spring security route authorization)? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
I think the easiest way to do it would be with spring route authorization, alternatively if you need more fine grained control you can implement |
Beta Was this translation helpful? Give feedback.
I think the easiest way to do it would be with spring route authorization, alternatively if you need more fine grained control you can implement
net.croz.nrich.registry.api.data.interceptor.RegistryDataInterceptor
and do your checks there.