Yamato Sasaki

Results 5 issues of Yamato Sasaki

# Ideal State If we think about it really carefully, a lot of validations defined in `PreAuthorization` can be completed BEFORE authenticating resource owner (the only exception is `validate_resource_owner_authorize_for_client` ),...

wontfix

## Why https://w3c.github.io/webauthn/#iface-pkcredential Level 3 draft of WebAuthn adds an optional parameter `authenticatorAttachment` on `PublicKeyCredential` (and `AuthenticatorAttestationResponse` and `AuthenticatorAssertionResponse` which inherits it, of course). This field allows RP developers to...

### Description I have a compose file with following properties: * multiple services * some of the services share the same Dockerfile, and is using same rebuild condition (when one...

kind/bug

## Description This pull request introduces a new feature to disable notifications on initialization and refactors the caching mechanism to support this feature. It also includes updates to the test...

### Motivation ## Problem The current code calls `retrieveFlagsAndUpdateCache` to "initialize" the flag cache upon ffClient initialization, then starts the FlagUpdaterDaemon to continuously monitor the changes. ref: https://github.com/thomaspoignant/go-feature-flag/blob/9ce4b9354baa944924671cfb2dd6cc22fddda044/feature_flag.go#L105 Unfortunately, any...

good first issue
p3
change