vue-msal-browser
Version:
Vue plugin to authenticate with the msal-browser library
63 lines (33 loc) • 894 B
Markdown
# Change Log
All notable changes to this project will be documented in this file.
## [2.0.0] - 2021-12-20
### Added
- `authenticate()`, `authenticateRedirect()` and `authenticatePopup` methods
### Changed
- [BREAKING CHANGE] The extra configuration options that were added to `msalInstance.config` have been moved to `msalInstance.extendedConfiguration` for the sake of a better type management
## [1.0.6] - 2021-12-19
### Changed
- Switch to Typescript
## [1.0.5] - 2018-11-19
### Added
- Todos on README
## [1.0.4] - 2018-11-19
### Fixed
- Graph functions not reachable
- README
### Removed
- MSAL dependency
## [1.0.3] - 2018-11-19
### Removed
- test step
## [1.0.2] - 2018-11-19
### Added
- package-lock.json
- gitignore
## [1.0.1] - 2018-11-19
### Added
- README lisibility update
- NPM publication workflow
## [1.0.0] - 2018-11-19
### Added
- Initial version