Current section
Files
Jump to
Current section
Files
authority_ecto
CHANGELOG.md
CHANGELOG.md
# Change Log
## [Unreleased](https://github.com/infinitered/authority_ecto/tree/HEAD)
[Full Changelog](https://github.com/infinitered/authority_ecto/compare/v0.1.1...HEAD)
**Closed issues:**
- Typespecs aren't quite right [\#20](https://github.com/infinitered/authority_ecto/issues/20)
**Merged pull requests:**
- Fix typespecs on `change\_user/0` - `change\_user/2` [\#21](https://github.com/infinitered/authority_ecto/pull/21) ([danielberkompas](https://github.com/danielberkompas))
## [v0.1.1](https://github.com/infinitered/authority_ecto/tree/v0.1.1) (2018-01-22)
[Full Changelog](https://github.com/infinitered/authority_ecto/compare/v0.1.0...v0.1.1)
**Merged pull requests:**
- Require confirmation only if password changed [\#19](https://github.com/infinitered/authority_ecto/pull/19) ([danielberkompas](https://github.com/danielberkompas))
## [v0.1.0](https://github.com/infinitered/authority_ecto/tree/v0.1.0) (2018-01-22)
**Implemented enhancements:**
- put\_token\_expiration/4 [\#5](https://github.com/infinitered/authority_ecto/issues/5)
- put\_secure\_token/2 [\#4](https://github.com/infinitered/authority_ecto/issues/4)
- validate\_secure\_password/2 [\#3](https://github.com/infinitered/authority_ecto/issues/3)
- put\_encrypted\_password/3 [\#2](https://github.com/infinitered/authority_ecto/issues/2)
- Extract Authority.Template [\#1](https://github.com/infinitered/authority_ecto/issues/1)
**Closed issues:**
- File structure? [\#15](https://github.com/infinitered/authority_ecto/issues/15)
- The token deletion in update\_user seems a little overzealous [\#12](https://github.com/infinitered/authority_ecto/issues/12)
- Prepare documentation for 0.1.0 release [\#6](https://github.com/infinitered/authority_ecto/issues/6)
**Merged pull requests:**
- \[\#6\] Prepare for release [\#18](https://github.com/infinitered/authority_ecto/pull/18) ([danielberkompas](https://github.com/danielberkompas))
- Reorganize file structure [\#17](https://github.com/infinitered/authority_ecto/pull/17) ([danielberkompas](https://github.com/danielberkompas))
- Allow `tokenize/2` to accept a user struct [\#16](https://github.com/infinitered/authority_ecto/pull/16) ([rzane](https://github.com/rzane))
- Ecto.Changeset might not be imported in this context [\#14](https://github.com/infinitered/authority_ecto/pull/14) ([rzane](https://github.com/rzane))
- \[\#12\] Expire tokens instead of deleting them [\#13](https://github.com/infinitered/authority_ecto/pull/13) ([danielberkompas](https://github.com/danielberkompas))
- Extract Template from Authority [\#11](https://github.com/infinitered/authority_ecto/pull/11) ([danielberkompas](https://github.com/danielberkompas))
- validate\_secure\_password [\#10](https://github.com/infinitered/authority_ecto/pull/10) ([rzane](https://github.com/rzane))
- \[\#4\] Add Authority.Ecto.HMAC, put\_token/2 [\#9](https://github.com/infinitered/authority_ecto/pull/9) ([danielberkompas](https://github.com/danielberkompas))
- Implement put\_token\_expiration/3 [\#8](https://github.com/infinitered/authority_ecto/pull/8) ([rzane](https://github.com/rzane))
- Implement put\_encrypted\_password/3 [\#7](https://github.com/infinitered/authority_ecto/pull/7) ([rzane](https://github.com/rzane))
\* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)*