All Versions
8
Latest Version
Avg Release Cycle
-
Latest Release
-
Changelog History
Changelog History
-
v2.0.2 Changes
- ๐ Fix deps range to include Guardian 2
-
v0.8.0 Changes
- ๐ง Sweeper configuration now works in minutes
- โก๏ธ Update dependencies
- ๐ Fix 1.4 warnings
- ๐ง Raise error when configuration is missing
-
v0.7.0 Changes
- โ Add a schema prefix
- โ Add an expired token sweeper process
-
v0.6.0 Changes
๐ฅ Breaking
- โ Add support for ecto 2 rc
-
v0.5.0 Changes
- โก๏ธ Updated to support Guardian 0.10
- ๐ Make Postgrex optional
- ๐ Support database schema configuration
- ๐ Improve scope token lookup
-
v0.4.0 Changes
- โก๏ธ Update deps to use higher level of postgrex
- โ Add the typ field
When migrating form 0.3.0 to 0.4.0 you'll need to run a migration to add the typ field.
alter table(:guardian_tokens) do add :typ, :string end
-
v0.3.0 Changes
โก๏ธ Update the schema to use a map for claims.
โก๏ธ To update you'll need to change your schema.
mix ecto.gen.migration update_guardian_db_tokens alter table(:guardian_tokens) do remove :claims add :claims, :map end
-
v0.1.0 Changes
๐ Initial release