Skip to content

Releases: adonisjs/ally

Lazily register drivers

03 Aug 06:15
Compare
Choose a tag to compare
Pre-release
  • refactor: fix typing issues 2e10bdc
  • refactor: add debug logs 504e308
  • refactor: lazily register drivers e2cfd59
  • chore: update dependencies 71ddede

Full Changelog: v5.0.0-0...v5.0.0-1

Migrate to work with AdonisJS v6

17 Jul 08:54
Compare
Choose a tag to compare
Pre-release

Breaking changes

  • The package is in pure ESM
  • Configuration must be defined using defineConfig method exported by the package.
  • New drivers must be registered with driversList object exported by the package.
  • And that is all!

Commits

What's Changed

  • Fix contributing link in readme. by @dkbay in #142

New Contributors

Full Changelog: v4.1.5...v5.0.0-0

Rename id token property to be in camel case

12 Oct 04:32
Compare
Choose a tag to compare

The documentation always point to idToken property on Google OAuth token, however, the runtime had it in snake_case. This release deprecates the snake_case property (so no breaking change) and introduces the documented idToken property

Commits

  • chore: update dependencies 3850342
  • refactor: update docblock for deprecated annotation 5f594e4
  • fix(google): correctly retrieve idToken (#141) 85522a6

Pull requests

Full Changelog: v4.1.4...v4.1.5

Update dependencies

22 May 12:49
Compare
Choose a tag to compare
  • chore: update dependencies 32dca32

Full Changelog: v4.1.3...v4.1.4

Update dependencies

08 Apr 10:04
Compare
Choose a tag to compare
  • chore: update dependencies 9288810

v4.1.2...v4.1.3

Update dependencies

28 Feb 01:41
Compare
Choose a tag to compare
  • refactor: reorganize meta config 808f689
  • test: use @adonisjs/require-ts for running tests 1fd68e9
  • chore: update dependencies f72392b
  • refactor: migrate to new japa (#136) e21807f

PRs

New Contributors

Full Changelog: v4.1.1...v4.1.2

Add identify scope to Discord scopes

30 Aug 05:33
Compare
Choose a tag to compare
  • chore: update dependencies 5939531
  • chore: update dependencies d69a820
  • fix: add missing identify scope for Discord OAuth2 (#128) 2fd3803
  • docs(README): fix URLs to docs 3400eb9

v4.1.0...v4.1.1

Add Spotify driver

04 Jul 08:14
Compare
Choose a tag to compare
  • docs(README): add spotify to the list of drivers 800c685
  • chore: update dependencies 6dc7019
  • feat: add spotify driver 445c13a

v4.0.2...v4.1.0

Improvements to the instructions scripts and config stub

13 Jun 12:35
Compare
Choose a tag to compare
  • improvement: unset old env variables when configuring package 52d2f89
  • refactor: update config callback urls 4183e3a

v4.0.1...v4.0.2

Fix instruction script to setup facebook config

13 Jun 12:27
Compare
Choose a tag to compare