You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For now, security seems to be completely up to the developer. It does not really feel like writing a Micronaut service where we usually just extend the AuthenticationProvider and that's it.
It would be nice if micronaut-grpc would also "just apply" the micronaut-security stuff. But I guess micronaut-security is somewhat closely coupled to the HTTP calls (e.g. the AuthenticationProvider.authenticate() wants a HttpRequest) and this would need some rewrite.
The text was updated successfully, but these errors were encountered:
For now, security seems to be completely up to the developer. It does not really feel like writing a Micronaut service where we usually just extend the
AuthenticationProvider
and that's it.It would be nice if
micronaut-grpc
would also "just apply" themicronaut-security
stuff. But I guessmicronaut-security
is somewhat closely coupled to the HTTP calls (e.g. theAuthenticationProvider.authenticate()
wants aHttpRequest
) and this would need some rewrite.The text was updated successfully, but these errors were encountered: