refactor: Unify `CommandBody::authenticate` and `CommandBody::authenticate_with_ir`
Open
breaking
enhancement
- Dominant language
- Rust
- Stars
- 52
- Forks
- 25
- Avg merge
- 21h 53m
- Merged PRs (30d)
- 2
Description
Note: There is a type issue when doing so: `CommandBody::authenticate("", None)` needs to know what `None`, i.e., the `T` in `Option` is. And writing `None::<...>` is... ugh...
Contributor guide
Assessment
This issue has not been assessed yet.