Andrea Tarquini
Andrea Tarquini
It was a sample test that probably no longer works due to dependencies update/upgrades (redis for example). If you find solutions or api upgrades to my code please send a...
I think that this affects also the other channels. I tried with Telegram and Web.
Any update on this?
What about something like that? ``` micronaut: security: oauth2: clients: google: type: 'verify' client-id: '${OAUTH_CLIENT_ID}' openid: issuer: 'https://accounts.google.com' ``` Because here we can use the client-id to validate only its...
The type 'verify' or something similar should be used to disable OAuth login endpoints probably. So it is clear that the OAuth2 configuration is only used to verify tokens.
Sounds really good. So if I don't use the client-secret It means that no OAuth2 login/logout endpoint are created right?
@sdelamo thanks. Waiting for the merge then.