Skip to content

Releases: FamilySearch/fs-js-lite

2.6.6

15 Jul 04:16
Compare
Choose a tag to compare

Updated dependancies to remove security vulnerabilities.

2.6.5

06 Sep 15:38
Compare
Choose a tag to compare
  • Added more OpenId Connect SCOPE options
  • Upgraded depedencies (Coveralls, mocha)

2.6.4

04 Sep 16:30
Compare
Choose a tag to compare

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

23 May 14:57
Compare
Choose a tag to compare

#36 - Use js-cookie instead of doc-cookies
#37 - Fix throttling middleware

Thanks @Matchlighter

2.6.2

09 Feb 15:12
Compare
Choose a tag to compare

#34 - Update the ident URL for integration

2.6.1

08 Dec 20:00
Compare
Choose a tag to compare
  • #34 Integration API is now hosted on the api-integ subdomain.

2.6.0

10 Nov 16:13
Compare
Choose a tag to compare
  • #20 Support specifying the cookie path value via the tokenCookiePath option
  • #33 Document the accessToken configuration option

2.5.0

09 Oct 22:06
Compare
Choose a tag to compare

Use the api subdomain in production

2.4.0

17 Aug 14:59
Compare
Choose a tag to compare

#30 Add the requestInterval config option.

2.3.0

27 Apr 21:08
Compare
Choose a tag to compare

Add the config() method - #28.