Packages

Elixir authentication and authorization

Current section

Files

Jump to
auth_shield CHANGELOG.md
Raw

CHANGELOG.md

# Changelog
All notable changes in this project are documented here.
We based this file in [*Keep a Changelog*](https://keepachangelog.com/en/1.0.0/) and [*Semantic Versioning*](https://semver.org/spec/v2.0.0.html).
## [Unreleased]
## [0.0.2] - 06-11-2019
Alpha release for test purposes.
### Changed
- Update docs and add mocks to tests;
## [0.0.1] - 01-11-2019
Alpha release for test purposes.
### Added
- User, Roles and Permissions resources;
- Password, PIN and TOTP credentials (in development);
- Session authentication flow;
[0.0.1]: https://github.com/dlpco/banking-panda/compare/v0.0.1...v0.0.2
[0.0.2]: https://github.com/dlpco/banking-panda/compare/v0.0.2...HEAD