Hi! I love your project, and I was surprised to see this merged #164 when I was trying to set up helm. Hopefully this didn't add more problems to your repo.
I wanted to use the expiry feature in the POST /token endpoint, but it doesn't seem to be available in this open source version
|
public static function createFromRequest(CreateTokenRequest $request) |
However, the cloud version actually has it, and I can see the expiry and expires_at in the response.
May I know what setup you have for this open source version vs what is being hosted in https://webhook.site? I am happy to make a PR to set the expiry on a token-level, but if I can avoid duplicated work, that would be much nicer.
Thank you!