You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Rename migration scripts so that scripts released in v6 are unchanged.
* Stop exchanging accessCode for idToken in UI, so that the client secret can be back-channel.
* Fix failing tests, caused by missing JWT expected audience.
* Made session cookie `Secure` and `HttpOnly`.
* Issue **#151**: Reset last login to prevent premature disabling of accounts
* Issue **#125**: Make dates display as ISO 8601
* Issue **#161**: Tidy up duplicate API keys
* Add null pointer protection to AppPermissionsClient
* Made session cookie `Secure` and `HttpOnly`.
* Issue **#151**: Reset last login to prevent premature disabling of accounts
* Issue **#125**: Make dates display as ISO 8601
* Issue **#161**: Tidy up duplicate API keys