Releases: FamilySearch/fs-js-lite
Releases · FamilySearch/fs-js-lite
2.6.6
Updated dependancies to remove security vulnerabilities.
2.6.5
- Added more OpenId Connect SCOPE options
- Upgraded depedencies (Coveralls, mocha)
2.6.4
Added support for OpenID Connect.
- The oauth redirect URL now contains "scope=openid"
- The token call now includes the "redirect_uri" parameter.
2.6.3
#36 - Use js-cookie instead of doc-cookies
#37 - Fix throttling middleware
Thanks @Matchlighter
2.6.2
#34 - Update the ident URL for integration
2.6.1
- #34 Integration API is now hosted on the
api-integ
subdomain.
2.6.0
- #20 Support specifying the cookie path value via the
tokenCookiePath
option
- #33 Document the
accessToken
configuration option
2.5.0
Use the api
subdomain in production
2.4.0
#30 Add the requestInterval
config option.
2.3.0
Add the config()
method - #28.