Luke Winship

Results 3 comments of Luke Winship

This would also make it possible to use regl with [snowpack](https://www.snowpack.dev/). Snowpack allows you to build code natively for the modern web i.e. with no bundle steps, sourcemaps, etc required....

Thanks @Marsup . This works well for self-recursion, but it doesn't seem to work for the mutual recursion example above. To use schema.org as an example, you can implement the...

@Aymkdn with your settings as they were: ```php $server->addGrantType(new OAuth2\GrantType\RefreshToken($storage, [ 'always_issue_new_refresh_token' => true, 'unset_refresh_token_after_use' => false ])); ``` you haven't set a refresh token lifetime (unless you have?) so,...