Naoto Kobayashi
Naoto Kobayashi
Dokuwiki redirects to login page after logout even if guest user is allowed to access current page. For enable guest user to keep current page, add the setting itme named...
Dokuwiki redirects to login page after logout even if guest user (user not logged in) is allowed to access current page. Since I want to keep access the page where...
There is currently a single wait period for all calls, however the docs mention the minimumWaitDuration is separated per call type: - https://developers.google.com/safe-browsing/v4/reference/rest/v4/threatListUpdates/fetch - https://developers.google.com/safe-browsing/v4/reference/rest/v4/fullHashes/find Also get_threats_lists has handling for...
According to RFC6749, `expires_in` in OAuth2 Token is the lifetime in seconds of the access token. - https://www.rfc-editor.org/rfc/rfc6749#section-4.2.2 But mockoidc set MockOIDC.AccessTTL directly to expires_in, making `expires_in` huge; e.g. if...
According to RFC6749, `expires_in` in OAuth2 Token is the lifetime in seconds of the access token. - https://www.rfc-editor.org/rfc/rfc6749#section-4.2.2 But mockoidc set MockOIDC.AccessTTL directly to `expires_in`, making `expires_in` huge; e.g. if...
## Feature Description When an error occured during the request to the oauth provider, [TokenResponseException](https://github.com/cosmocode/dokuwiki-plugin-oauth/blob/2024-03-05/vendor/lusitanian/oauth/src/OAuth/Common/Http/Exception/TokenResponseException.php#L10) is throwed. https://github.com/cosmocode/dokuwiki-plugin-oauth/blob/e9e2f932fed3fcc2401ec8f2232a444b8a1bebde/HTTPClient.php#L26-L30 If an auth provider plugin is required to handle the exception, the...
I think that, in following case the member of `manager` and `test` should have write permission to `foo/bar/`. | Folder path|Advanced permissions| |---|:---| | `foo/` | Allow all for `manager`...