Dan Burzynski
Dan Burzynski
Hi there. I've added a some simple events to the bundle so that people can trigger other actions from locking and unlocking the site. Use case: Currently, when I take...
If the id token is present when refreshing, capture it
The `refreshToken()` method in `OpenIDConnectClient` doesn't seem to allow for the setting of the `id_token` if it is present in the response payload. The OpenID Connect spec suggests that the...
The role name has to be unique. If you install two different ones, one of them won't install: ``` module "dashboard" { source = "connect-group/ses-dashboard/aws" to_addresses = ["[email protected]"] bucket_prefix =...