-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update change log for release/20.0.0
- Loading branch information
Showing
1 changed file
with
26 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,29 @@ | ||
# Changelog | ||
|
||
We follow the CalVer (https://calver.org/) versioning scheme: YY.MINOR.MICRO. | ||
|
||
20.0.0 (09-02-2020) | ||
=================== | ||
|
||
OSF CAS first release with basic authentication features for OSF | ||
|
||
* Username and password login | ||
* Username and verification key login | ||
* Two-factor authenticaion | ||
* Long-term authentication | ||
* ORCiD login | ||
|
||
Technical details | ||
|
||
* JSON service registry | ||
* JPA ticket regisrtry with PostgreSQL | ||
* JPA PostgreSQL authentication backend | ||
* Customized login web flow and authentication including: | ||
* OSF credential and metadata populator | ||
* OSF non-interactive authentication action | ||
* OSF PostgreSQL authentication handler | ||
* Pac4j authentication delegation | ||
* Two-factor authentication using time-based one-time password | ||
* Customized authentication exception handling | ||
* Customized user interface | ||
|