BasicOIDC/src/data
Pierre Hubert 7f7bb0871f
All checks were successful
continuous-integration/drone/push Build is passing
Update Rust crate base32 to 0.5.0 (#269)
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [base32](https://github.com/andreasots/base32) | dependencies | minor | `0.4.0` -> `0.5.0` |

---

### Release Notes

<details>
<summary>andreasots/base32 (base32)</summary>

### [`v0.5.0`](https://github.com/andreasots/base32/compare/v0.4.0...v0.5.0)

[Compare Source](https://github.com/andreasots/base32/compare/v0.4.0...v0.5.0)

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update again.

---

 - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box

---

This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zNjguMCIsInVwZGF0ZWRJblZlciI6IjM3LjM2OC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbXX0=-->

Reviewed-on: #269
2024-05-23 11:16:26 +00:00
..
access_token.rs Merge factors type for authentication 2022-11-11 12:26:02 +01:00
action_logger.rs Add implicit authentication flow (#255) 2024-03-28 21:13:25 +00:00
app_config.rs Add authentication from upstream providers (#107) 2023-04-27 10:10:28 +00:00
client.rs Can define additional claims on per-client basis 2024-03-31 18:37:08 +02:00
code_challenge.rs Update crate base64 2023-01-23 16:38:21 +01:00
critical_route.rs Can enforce 2FA for specific clients 2024-03-27 20:59:29 +01:00
current_user.rs Can enforce 2FA for specific clients 2024-03-27 20:59:29 +01:00
entity_manager.rs Merge factors type for authentication 2022-11-11 12:26:02 +01:00
force_2fa_auth.rs Fix issue with code 2024-03-26 21:59:43 +01:00
from_request_redirect.rs Need to perform 2FA before modifying factors 2024-03-27 19:26:07 +01:00
id_token.rs Can define additional claims on per-client basis 2024-03-31 18:37:08 +02:00
jwt_signer.rs Add authentication from upstream providers (#107) 2023-04-27 10:10:28 +00:00
login_redirect.rs Need to perform 2FA before modifying factors 2024-03-27 19:26:07 +01:00
mod.rs Need to perform 2FA before modifying factors 2024-03-27 19:26:07 +01:00
provider_configuration.rs Refactor dependencies to reduce code base size (#111) 2023-04-29 11:11:24 +00:00
provider.rs Add authentication from upstream providers (#107) 2023-04-27 10:10:28 +00:00
session_identity.rs Record successful 2FA authentication in session cookie 2024-03-25 18:04:54 +01:00
totp_key.rs Update Rust crate base32 to 0.5.0 (#269) 2024-05-23 11:16:26 +00:00
user.rs Can force 2FA authent 2024-03-26 21:07:29 +01:00
users_file_entity.rs Add authentication from upstream providers (#107) 2023-04-27 10:10:28 +00:00
webauthn_manager.rs Refactor dependencies to reduce code base size (#111) 2023-04-29 11:11:24 +00:00