Skip to content

Releases: sergiodxa/remix-auth-github

v3.0.2

04 Jan 05:39
Compare
Choose a tag to compare

What's Changed

  • Export additional error objects from GitHubStrategy for improved error handling by @sergiodxa in 37c0291
  • Update arctic dependency to version 3.0.0 by @sergiodxa in e82a8f7

Other Changes

Full Changelog: v3.0.1...v3.0.2

v3.0.1

02 Dec 16:18
Compare
Choose a tag to compare

What's Changed

Bug Fixes

  • Remove validation for code verifier in cookie by @sergiodxa in #47

Other Changes

Full Changelog: v3.0.0...v3.0.1

v3.0.0

27 Nov 06:46
Compare
Choose a tag to compare

This release upgrade the package to use Remix Auth v4 which means it now works on Remix and RRv7.

This release contains a breaking change in the options the strategy receives, and internally it now uses the GitHub OAuth2 client from Arctic.js.

The strategy doesn't fetch the user profile anymore, just provides the tokens, you can fetch them if you need from GitHub's /user endpoint, same for the /user/emails endpoint.

New Contributors

Full Changelog: v2.0.0...v3.0.0

v2.0.0

08 Aug 19:38
Compare
Choose a tag to compare

The is the same as v1.8.0, that release had a breaking change because the OAuth2Strategy now needs globalThis.crypto to be supported by the runtime.

Full Changelog: v1.8.0...v2.0.0

v1.8.0

06 Aug 16:57
Compare
Choose a tag to compare

What's Changed

New Features

Documentation Changes

  • Update references to LoaderArgs and ActionArgs in README by @danielsteman in #34

Other Changes

New Contributors

Full Changelog: v1.7.0...v1.8.0

v1.7.0

16 Mar 05:23
Compare
Choose a tag to compare

What's Changed

New Features

  • Support v2 of @remix-run/server-runtime peer deps by @swalker326 in #30
  • Update to use latest Remix Auth's OAuth2Strategy in 40226ec

New Contributors

Full Changelog: v1.6.0...v1.7.0

v1.6.0

04 Aug 22:20
Compare
Choose a tag to compare

What's Changed

New Features

  • Remove unverified emails from profile.emails by @sergiodxa in #25

Full Changelog: v1.5.0...v1.6.0

v1.5.0

24 Jul 23:42
Compare
Choose a tag to compare

What's Changed

Dependency Updates

Full Changelog: v1.4.0...v1.5.0

v1.4.0

25 May 15:08
Compare
Choose a tag to compare

What's Changed

New Features

  • Allow customizations for self-hosted URLs by @nartc in #21

New Contributors

  • @nartc made their first contribution in #21

Full Changelog: v1.3.0...v1.4.0

v1.3.0

10 Jan 17:04
Compare
Choose a tag to compare

What's Changed

New Features

  • Exclude undefined from GitHubEmails type by @haines in #11
  • Handle expiring access tokens by @haines in #12

Dependency Updates

New Contributors

Full Changelog: v1.2.1...v1.3.0