Miklós Tusz
Miklós Tusz
## Feature Request Add the ability to prepend a string scope to field labels when using the `#[instrument]` attribute macro. ### Motivation When using the `#[instrument]` macro on functions, the...
It seems when using the `Session` with tide's session middleware, it's not possible to modify the session expiry because it is not wrapped in an `Arc` (I think). This can...
A very useful benefit of using sessions rather than JWT's for auth is the ability to invalidate all existing sessions for a user. This currently requires storing the session ID's...
### Is there an existing issue for this? - [X] I have searched the existing issues ### Code of Conduct - [X] I agree to follow this project's Code of...