Ivan Brewis

Results 19 issues of Ivan Brewis

not allowing for this case can cause a crash

when client.default_max_age is present it should be used as an offset not as a value

Even with a token issued with `realm` scope calling `/register` fails with `403` ``` Forbidden User does not have permission ```

eg: ``` POST /token HTTP/1.1 Host: localhost:3000 Authorization: Basic xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx Cache-Control: no-cache Content-Type: application/x-www-form-urlencoded grant_type=client_credentials&scope1=realm ``` results in: ``` Internal Server Error undefined is not a function ```

bug
p2
needs investigation

If client has no `default_client_scope` and no scope was provided in the request then `/oidc/determineClientScope` will fail on `Scope.determine` with `Cannot read property 'split' of undefined` due to `/models/Scope.js`, line:...

When the server has recently started and the Node app has recently started (specifically AWS Elastic Beanstalk new instance deployed) When I call `pd = await python('pandas');` I get an...

## Checklist - [x] I've read the [publishing documentation](https://hacs.xyz/docs/publish/start). - [x] I've added the [HACS action](https://hacs.xyz/docs/publish/action) to my repository. - [x] (For integrations only) I've added the [hassfest action](https://developers.home-assistant.io/blog/2020/04/16/hassfest/) to...

New default repository

Doesn't work with Ant v3 it seems