Fraol Lemecha
Fraol Lemecha
Add a max_depth option via the `.max_dept(depth)` function the `WalkDir` struct.
The cargo docs state that `build.rs` scripts should not write files outside of the `OUT_DIR`. > In general, build scripts should not modify any files outside of OUT_DIR. It may...
Forum discussion: https://forum.exercism.org/t/allow-users-to-provide-their-token-via-a-stdin-prompt/12492 --- Currently the only way to provide a token is via the CLI arg `--token`. This is not ideal because the token will be saved to the...
# The `implied` Attribute It would be useful to introduce an `implied` attribute in `serde`, which automatically adds a specific key-value pair during serialization and ensures that the key is...
## Summary by cubic Replaces the legacy OIDC provider with a modular OIDC plugin that unifies authorization, consent, token, userinfo, discovery, and client registration. Simplifies MCP integration, adds stronger PKCE/JWT...
closes #3761 ## Summary by cubic Added the user object to the `sendVerificationOTP` callback so handlers now receive user details when sending OTP emails. - **New Features** - Passed the...
This PR addresses two issues. Firstly, it ensures that the telemetry notice is displayed before any CLI prompts are initiated. Secondly, it resolves the issue of the telemetry notice being...
closes #3872 --- ## Summary by cubic Added a warning to the browser extension guide explaining that `authClient` should not be used directly in content scripts, with recommendations for safer...
This PR addresses an issue that was raised in discord [[message link](https://discord.com/channels/1288403910284935179/1288403910284935182/1404022323983548489)]. The problem was that `sendVerificationOnSignUp` is enabled along with `overrideDefaultEmailVerification` being enabled. this creates two points in which...
## Summary by cubic Added trusted device tracking for two-factor authentication by storing device info in the database and updating how trust device cookies are managed. - **New Features** -...