2023-07-29 16:23:28 +00:00
|
|
|
# Changelog
|
|
|
|
|
|
|
|
All notable changes to this project will be documented in this file.
|
|
|
|
|
|
|
|
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
|
|
|
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
|
|
|
|
2023-07-30 14:48:26 +00:00
|
|
|
## Unreleased
|
|
|
|
### Changed
|
|
|
|
- let the session expire when the token expires
|
2023-08-03 11:04:10 +00:00
|
|
|
- link from logo to start page
|
|
|
|
- move common page header to templates/base.gohtml
|
2023-07-30 14:48:26 +00:00
|
|
|
### Added
|
|
|
|
- add identity output to index page
|
|
|
|
|
2023-07-29 19:57:18 +00:00
|
|
|
## [0.2.0]
|
2023-07-29 19:06:26 +00:00
|
|
|
### Changed
|
|
|
|
- re-order configuration precedence
|
|
|
|
1. default config file idp.toml
|
|
|
|
2. config files given via the `--conf` command line argument
|
|
|
|
3. environment variables with the `RESOURCE_APP_` prefix
|
2023-07-29 18:23:55 +00:00
|
|
|
### Fixed
|
|
|
|
- fix logged application name
|
|
|
|
|
2023-07-29 16:39:28 +00:00
|
|
|
## [0.1.0] - 2023-07-29
|
2023-07-29 16:23:28 +00:00
|
|
|
### Changed
|
|
|
|
- initial release
|