|
12 | 12 | <!-- ### Dependencies --> |
13 | 13 | <!-- --> |
14 | 14 |
|
| 15 | +## mytoken 0.7.0 |
| 16 | + |
| 17 | +### Features |
| 18 | + |
| 19 | +- Webinterface has option to show event history for other mytokens in mytoken list. |
| 20 | +- Webinterface has a new option in the tokeninfo pane to create a new mytoken with the same properties. |
| 21 | +- Added server side `profiles` and `templates` |
| 22 | + - Can be used in the API, i.e. mytoken requests can include profiles, the capability, restrictions, and rotation |
| 23 | + claims can use templates |
| 24 | + - Can be used in the webinterface |
| 25 | + |
| 26 | +### Enhancements |
| 27 | + |
| 28 | +- Improved responsiveness of webinterface |
| 29 | +- Expired mytokens are now greyed-out in webinterface mytoken list |
| 30 | +- The database auto-cleanup now only removes mytokens expired more than a month ago. |
| 31 | + - This allows expired tokens to be shown in a mytoken list for extended periods. |
| 32 | + - This also allows to obtain history for expired tokens (by using a mytoken with the `manage_mytokens:list` |
| 33 | + capability) for a longer time. |
| 34 | + - Mytokens are still directly deleted when revoked. |
| 35 | +- Requests from private IPs (e.g. from within the same entwork where the server is located) are now geolocated to |
| 36 | + the country where the server stands. |
| 37 | +- The 'Create Mytoken' tab in the webitnerface now supports an `r` query parameter that takes a base64 encoded |
| 38 | + request from which the form is prefilled. |
| 39 | + - This allows 'create-a-mytoken-with-these-properties' links. |
| 40 | + |
| 41 | +### API |
| 42 | + |
| 43 | +- Added profile endpoint: |
| 44 | + - Any user can get list of groups |
| 45 | + - Any user can get profiles, and templates (capabilities, restrictions, rotation) for all the groups |
| 46 | + - Groups credentials are defined in the config file |
| 47 | + - With Basic authentication profiles and templates for the authenticated group can be created, updated, and deleted. |
| 48 | +- Renamed `revocation_id` to `mom_id` |
| 49 | +- Restructured capabilities related to other mytokens |
| 50 | +- Added possibility to obtain history information for children and other tokens (capability) |
| 51 | +- Added a name for OPs in the `supported_providers` of the mytoken configuration endpoint |
| 52 | + |
| 53 | +### Bugfixes |
| 54 | + |
| 55 | +- Fixed a bug where transfer codes could be used just like a short token (but only while the transfer code did not |
| 56 | + expire) |
| 57 | + |
15 | 58 | ## mytoken 0.6.1 |
16 | 59 |
|
17 | 60 | ### API |
|
0 commit comments