connect-nodejs icon indicating copy to clipboard operation
connect-nodejs copied to clipboard

Anvil Connect JavaScript client for Node.js

Results 5 connect-nodejs issues
Sort by recently updated
recently updated
newest added

I try to use updateUser for changing user's password, but it don't work. Workaround is adding changePassword method into https://github.com/anvilresearch/connect-nodejs/blob/master/rest/users.js something like this ``` function changePassword (id, password, options) {...

Extract the non-OIDC Admin API (user/client/etc management) to its own standalone client lib.

I've run into an issue in a few instances where an access token is not being verified by AccessToken.verify and the "Insufficient scope" error is being thrown, it's coming from...

The test `Access Token verify with verifiable JWT and mismatching audience should provide an error description` is failing due to https://github.com/anvilresearch/connect-jwt/issues/5 and [this is becoming an issue](https://github.com/anvilresearch/connect-nodejs/issues/19).

bug
needs investigation
p1