Bug 22440: Move backend statuses api endpoint
[koha.git] / Koha / Auth /
2022-11-18 Tomas Cohen AraziBug 31378: (QA follow-up) Defer store until JSON fields...
2022-11-08 Agustin MoyanoBug 31378: (follow-up) Fix QA concerns
2022-11-08 Agustin MoyanoBug 31378: Rename Auth Provider to Identity Provider...
2022-11-08 Tomas Cohen AraziBug 31378: Add authentication provider endpoints
2022-11-08 Tomas Cohen AraziBug 31378: Add accessor methods for JSON attributes
2022-11-08 Agustin MoyanoBug 31378: Add Koha::Auth::Client* modules
2022-11-08 Agustin MoyanoBug 31378: Add Koha::Auth::Provider(s) class(es)
2022-11-08 Tomas Cohen AraziBug 31378: Add Koha::Auth::Provider::Domain(s) class(es)
2022-10-27 Jonathan DruartBug 32011: 2FA - Prevent qr_code to not be generated
2022-10-21 Jonathan DruartBug 30588: Add the option to require 2FA setup on first...
2022-09-22 David CookBug 31389: Calculate user permissions in separate function
2022-05-04 Marcel de RooyBug 28998: (follow-up) Apply changes to TwoFactorAuth...
2022-05-02 Marcel de RooyBug 29894: (QA follow-up) Get rid of send_confirm_notice
2022-05-02 Martin RenvoizeBug 29894: (follow-up) Update notice terms
2022-05-02 Marcel de RooyBug 29894: Send a confirmation notice
2022-05-02 Marcel de RooyBug 29894: Add some exceptions to TwoFactorAuth module
2022-05-02 Marcel de RooyBug 29873: Create QR code
2022-04-21 Marcel de RooyBug 28786: (QA follow-up) Do not call generate_secret32
2022-04-21 Marcel de RooyBug 28786: (QA follow-up) Fix qa warnings
2022-04-21 Jonathan DruartBug 28786: Correctly inherit from Auth::GoogleAuth
2022-04-21 Jonathan DruartBug 28786: Two-factor authentication for staff client...