-
Notifications
You must be signed in to change notification settings - Fork 1
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
1 parent
088e914
commit 2e5fde1
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 |
---|---|---|
@@ -0,0 +1,26 @@ | ||
Magic authentication | ||
================= | ||
bdecentgmbh / moodle-auth_magic | ||
|
||
Changes | ||
------- | ||
|
||
### v1.0.1 (Release Candidate) | ||
Compatibility: Moodle 3.9 - 4.3 | ||
|
||
* 2023-11*24 - Improvement: Login keys can be used either once or until expiry | ||
* 2023-11*24 - Improvement: Display expiration time in notification | ||
* 2023-11*24 - Improvement: Support any authentication method | ||
* 2023-11*24 - Improvement: Support for passwords users using magic auth | ||
* 2023-11*24 - Improvement: Support for usernames to get magic link | ||
* 2023-11*24 - Improvement: Reduced default expiry time to 10min (login) and 1hour (invitation) | ||
* 2023-11*24 - Compatibility: Moodle 4.3 support | ||
* 2023-11*24 - Compatibility: Moodle 4.2 support | ||
|
||
### v1.0.0 (Release Candidate) | ||
Compatibility: Moodle 3.9 - 4.1 | ||
|
||
* 2023-04*04 - Feature: Log in using magic links | ||
* 2023-04*04 - Feature: Implemented privacy provider | ||
* 2023-04*04 - Setting: Magic invitation link expiry | ||
* 2023-04*04 - Setting: Magic login link expiry |