This repository has been archived by the owner on Jun 19, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 52
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
9 additions
and
4 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,19 +1,24 @@ | ||
# Testing Status | ||
|
||
# In Progress | ||
![](/img/core_test_coverage_nov2016.png) | ||
|
||
As of Sept 2016, focus is on creating support for 2-Factor Authentication (2FA), | ||
with special emphasis on One-Time Passwords (OTP) using secure devices such as [Nitrokey](http://www.nitrokey.com). | ||
![](/img/web_test_coverage_nov2016.png) | ||
|
||
|
||
# Release Notes | ||
|
||
## Release v0.3 (Nov 2016) | ||
- A complete second-factor authentication workflow using time-based one-time passwords | ||
- Rate limiting / account locking | ||
- Significant refactoring and optimizations | ||
|
||
|
||
## Release v0.2 (Sept 2016) | ||
- Yosai can be integrated with any web application now that yosai.web development | ||
and testing is complete. The first web integration released is [pyramid_yosai](https://github.com/YosaiProject/pyramid_yosai). | ||
- All authc and authz decorators are now accessible through a common interface. | ||
- Yosai's SecurityManager is now created entirely from framework configuration | ||
settings. | ||
- Serialization was dramatically changed, replacing Marshmallow with a forked | ||
instance of Asphalt serialization. These changes yielded *dramatic* improvements | ||
instance of Asphalt serialization. These changes yielded *significant* improvements | ||
in performance, ease of use, and type support. |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.