Fredrik Liljegren

Results 8 issues of Fredrik Liljegren

It seems in the code that an array of redirect_uris can be supplied with options.redirectURIs, but the code tries to join redirectURI. Is it supposed to be two options or...

The example widget uses version `0.2.0`. The README uses `0.4.0` for cdn inclusion. ...and we're on 1.1.0...

The list of errors should state if the error is recoverable or not. (NB: Make sure the list is complete, e.g. I think self enrollment errors are not listed here.)

Snyk has created this PR to fix one or more vulnerable packages in the `npm` dependencies of this project. ![merge advice](https://app.snyk.io/badges/merge-advice/?package_manager=npm&package_name=knex&from_version=0.8.6&to_version=0.95.0&pr_id=6076d7d3-b306-4c24-b0f3-f38a649c1424&visibility=true&has_feature_flag=false) #### Changes included in this PR - Changes to...

Snyk has created this PR to fix one or more vulnerable packages in the `npm` dependencies of this project. #### Changes included in this PR - Changes to the following...

Snyk has created this PR to fix one or more vulnerable packages in the `npm` dependencies of this project. #### Changes included in this PR - Changes to the following...

If the user selects an external authentication, and there denied the rights, you get redirected to login page again but in the new window.

Helpful type to require one property in a type. Could be used like ``` const changeEntries = dailyEntries.entries.filter( (e): e is RequireProp => !!e.change, ) ``` ...to allow accessing the...