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

Anvil Connect JavaScript client for web browsers

Results 6 connect-js issues
Sort by recently updated
recently updated
newest added

We've experimented with a number of JavaScript crypto libraries (sjcl, crypto-js, jsrsasign, etc) in this package for various purposes. The most important case is verifying signatures. In the meantime, the...

Will be great if lib is compatible with breaking changes in jsrsasign/jsjws Problem is described here https://github.com/anvilresearch/connect-jwt/pull/7 Until breaking changes are implemented, dependencies can be updated to "jsrsasign": "4.9.2" I...

Correct wrong global variable name

The openid specs has an optional `display` [request parameter](http://openid.net/specs/openid-connect-implicit-1_0.html#RequestParameters) with values `page`, `popup`, `touch` and `wap`. It appears that independent(!?) from this there is also a choice on how to...

The client should handle state param as specified in [OpenID Connect Core](http://openid.net/specs/openid-connect-core-1_0.html#AuthRequest) and [RFC6749](https://tools.ietf.org/html/rfc6749#section-10.12)

**Problem:** When an access token expires, we must get a new one so the user can both remain logged in and make requests to authorized service endpoints. **Ideally:** 1. **The...