grav-plugin-login-oauth2 icon indicating copy to clipboard operation
grav-plugin-login-oauth2 copied to clipboard

OAuth2 Client Plugin to integrate with Grav's Login

Results 12 grav-plugin-login-oauth2 issues
Sort by recently updated
recently updated
newest added

I've a plugin making use of Ajax like `$.get('/admin/plugins/foo/foo.php', { action: 'info', cc }, null, 'json')` Using normal login it works. But using login-oauth2 the very same requests leads to...

It would be a nice feature to login by a nextcloud instance. Nextcloud supports oauth2. Any plans or hints how to implement?