Skip to content

Releases: adonisjs/ally

Add facebook driver and allow email and avatarUrl to be null

08 Jun 03:49
Compare
Choose a tag to compare

Breaking change

As we are adding new drivers, the possibility of email not being available is increasing. Hence, we must update the AllyUserContract to have email as null as well.

This does require a small change in your application codebase and you must guard yourself for missing email

const facebookUser = await ally.use('facebook').user()

if (!facebookUser.email) {
  // handle the use case
}

Commits

  • refactor: allow email and avatarUrl to be null 1fd9aa4
  • refactor: small improvements to the facebook driver 536230f
  • chore: update dependencies 3ae4dca
  • feat: add facebook driver (#121) a9493f2

v3.3.1...v4.0.0

Fix broken extend API

04 Jun 14:31
Compare
Choose a tag to compare
  • fix: broken extend logic for ally manager 1a722f8
  • chore: update dependencies 745344f

v3.3.0...v3.3.1

Add discord and linkedin drivers

03 Jun 01:12
Compare
Choose a tag to compare
  • style: format source files bb8b5fb
  • feat: update instructions to configure linkedin driver 51bf0f8
  • improvement: ignore 404 error from the github emails endpoint 43fcaff
  • improvement(discord): set default scope to email 6051822
  • docs(README): update list of supported drivers 5379b79
  • chore: remove unwanted dependencies 2488976
  • chore: update dependencies 4e64968
  • feat: add linkedin driver 781a2dd
  • feat: add discord driver (#120) 2eaab9a
  • ci: use github actions and remove circleci 70d8397
  • chore: update dependencies eee0d8a
  • chore: update package name for sync labels command 18fb8f0
  • improvement: define default values for env vars 06a375d

v3.2.1...v3.3.0

update dependencies

05 May 10:42
Compare
Choose a tag to compare
  • chore: update dependencies 1d2778a

v3.2.0...v3.2.1

Release under latest tag

26 Apr 07:43
Compare
Choose a tag to compare
  • ci: change package version cache key 3262d25
  • chore: do not commit package-lock file e09d7bd
  • chore: update publish tag to latest ecd7d9b
  • style: format source files 729ef4c
  • style: update urls inside stubs ae5246a
  • docs(README): remove npm audit badge in favor of synk c0e2ab8
  • chore: update dependencies d727abc

v3.1.1...v3.2.0

Add instructions.md file

19 Apr 09:47
Compare
Choose a tag to compare
  • feat: add instructions.md file 521f1a2
  • fix: show .env status as update 4dbfab4
  • fix: remove code that runs instructions inline 82d321c

v3.1.0...v3.1.1

Add instructions to configure the package

19 Apr 09:38
Compare
Choose a tag to compare
  • improvement: add instructions to configure the package afcd897

v3.0.0...v3.1.0

Upgrade for v5

18 Apr 15:47
Compare
Choose a tag to compare
  • chore: update tag to next 67ca3a8
  • chore: update dependencies aa20854
  • feat: add google driver 112cea8
  • feat: implement twitter driver ac9e26c
  • refactor: update config to mention driver e0576e4
  • feat: implement ally and ally manager 06da93e
  • refactor: cleanup and add abstract oauth2 and github drivers aa9fbe9
  • refactor: finalize github and google drivers c208886
  • chore: update dependencies 48b9fd3
  • chore: update dependencies 7e4ed71
  • test: fix breaking tests 4c26522
  • feat: add support for state verification be47311
  • feat: add support for getting users from a raw access token bd13d77
  • ci: setup circleci 0239b4a
  • docs(README): remove toc a331884
  • chore: remove doctoc and npm-audit hooks eff6c4c
  • feat: initial working implementation 6c41012
  • chore: remove coverage related packages 96d6e89
  • test: improve test coverage 8092331
  • feat: add support for oauth2 spec class c9fb84e
  • feat: add spec classes for oauth1 34ee7e9
  • feat: restart from scratch b920d15
  • Merge pull request #65 from DrunkenPoney/discord 3c8697f
  • Merge pull request #91 from keeross/develop 4635c83
  • Updated facebook driver tests 5daede8
  • Update facebook graph api version 91bbdd2
  • chore(deps-dev): update commitizen requirement from ^2.10.1 to ^4… (#84) da51d9d
  • scopeSeperator rollback 1929b83
  • Update examples/discord.js f495ba7
  • Discord cfa1b78

2.1.3...v3.0.0