Releases: sorah/mairu
Releases · sorah/mairu
0.6.0
0.5.1
- debian: Debian package was missing
setcap
call on post installation, which results into mlockall failure onmairu agent
.
0.5.0
0.4.0
- Support OAuth 2.0 Authorization Code Grant without client secret; It's safe because we always use PKCE, and expects your authorization server to enforce PKCE. #20
.oauth.code_grant
server configuration gainsuse_localhost
flag, which forces redirect_uri to behttp://localhost:.../oauth2callback
instead ofhttp://127.0.0.1:.../oauth2callback
. This is required for some authorization servers, e.g. Microsoft + Mairu as a public client. #20mairu list-sessions
command now indicates sessions with an OAuth refresh token. #21mairu list-sessions
command now shows expiry in a local time by default. It also gains--utc
to revert to the previous behaviour which shows expiry in UTC. #21
0.3.1
- AWS SSO: fix failure on device code flow. This requires re-registration of OAuth 2.0 dynamic client (which is performed automatically).
0.3.0
0.2.0
0.1.0
Initial release