Skip to content

Releases: ueberauth/guardian_db

v3.0.0

11 Sep 22:04
50f9f05
Compare
Choose a tag to compare

What's Changed

Breaking changes

  • Guardian.DB.Token.SweeperServer becomes Guardian.DB.Sweeper

New Contributors

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

Version 2.1

23 Dec 17:28
Compare
Choose a tag to compare

This release includes the newly minted revoke_all/1 function to revoke all tokens previously issued to subject in addition to some minor improvements.

Version 2.0.3

06 Jan 15:18
Compare
Choose a tag to compare

Loosen the version requirement for ecto_sql

v2.0.2

09 Aug 08:48
Compare
Choose a tag to compare
Update changelog

v2.0.1

26 Jun 16:44
Compare
Choose a tag to compare
  • Improve documentations

v2.0.0

26 Dec 01:54
Compare
Choose a tag to compare

New Features

  • Add on_refresh callback.

Bug Fixes

  • Add prefix to table back.

Breaking Changes

  • Ecto 3 is required.

Version 1.1.0

01 Jan 19:50
Compare
Choose a tag to compare
v1.1.0

Release 1.1.0

Version 1.0.0

28 Nov 20:46
Compare
Choose a tag to compare
clean up package (#66)

- separate the genserver from the behavior
- add unit testing for token sweeper
- ran mix format
- fix hex.pm files
- add extra configs for docs

v0.7.0

31 May 05:53
Compare
Choose a tag to compare
  • Add a schema prefix
  • Add an expired token sweeper process

v0.6.0

19 May 17:12
Compare
Choose a tag to compare

Breaking

  • Add support for ecto 2 rc