Deepu K Sasidharan
Deepu K Sasidharan
I'm very low on time currently, so don't know when I can start looking into this again
Thanks @Rajpratik71 this blueprint is WIP I'll test and merge this once we make some progress
With idtoken, micronaut expects the client ID to be in the `aud` claim of an access token and access tokens from auth0 does not have that, thats why I switched...
Would it be ok to check if roles are present before overwriting in `JWTClaimsSetGenerator`? If acceptable, I can do a PR ``` protected void populateWithAuthentication(JWTClaimsSet.Builder builder, Authentication authentication) { populateSub(builder,...
Unfortunately no at the moment. You are welcome to do a PR if you would like Thanks & Regards, Deepu On Wed, Jul 20, 2016 at 4:46 AM, edbentinck [email protected]...
You can propose to change the method names, i can make a major release if required Thanks & regards, Deepu On 20 Jul 2016 13:42, "edbentinck" [email protected] wrote: > Ok....
can yuo give a code example of what you are trying to do?
I can accept PR if you want to do it. I guess better option would be to have an attribute called `freeze` rather than `live`
I think the error message is very clear Thanks & Regards, Deepu On Fri, Apr 13, 2018 at 10:30 AM LiYunfei wrote: > [image: image] > > > — >...
I tried this but on benchmarks, the req/second goes down with this