Releases: adonisjs/auth
Releases · adonisjs/auth
Fix cross DB issues with the tokens and the users providers
Fixes adonisjs/road-to-v6#91
Commits
- fix: mysql port in .env file a8d7e58
- ci: install playwright browser 7352f93
- ci: commit .env and update db name in workflow file da690c2
- fix: issues related to cross db with tokens and user providers 1c92ff7
Full Changelog: v9.0.2...v9.0.3
Correct definition of withAuthFinder
What's Changed
- fix(mixins): receive a function instead of the hash module directly by @RomainLanz in #230
Full Changelog: v9.0.1...v9.0.2
Throw error when uid or password is missing via verifyCredentials
- fix: throw error when uid or password is missing 8950749
- refactor: do not flash password fields and _method d92068f
- chore: update dependencies d883337
Full Changelog: v9.0.0...v9.0.1
Small Improvements
- ci: update node versions c9398e3
- refactor: pass HttpContext with all auth events d13572b
- refactor: use session.flashError method to flash auth errors 7275fd4
- refactor: use preset for configure hook 24dedf7
Full Changelog: v9.0.0-9...v9.0.0-10
Implement withGuard method on browser client plugin
Full Changelog: v9.0.0-8...v9.0.0-9
Remove loginRoute option from config
Full Changelog: v9.0.0-7...v9.0.0-8
Add API and Browser clients for testing
- feat: add browser client plugin c61447f
- test: improve tests coverage 4690505
- feat: implement basic auth guard cdcefff
Full Changelog: v9.0.0-6...v9.0.0-7
Add api client plugin for testing
Full Changelog: v9.0.0-5...v9.0.0-6
Exporting exception classes
- refactor: export exception classes from main entrypoint 421780b
- refactor: small fixes f5809fd
- refactor: simplify initial setup ab0735d
Full Changelog: v9.0.0-4...v9.0.0-5
Implement logout and publish auth + guest middleware
- feat: add getUserOrFail method to authenticator 3a3b0ed
- feat: implement session.logout 5938258
- refactor: move auth and guest middleware to stubs and publish them 4c1fd71
- refactor: remove session guard configuure instructions 0cab536
Full Changelog: v9.0.0-3...v9.0.0-4