You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
refactor: restructure Authenticating as struct with nested types
- Remove @dynamicMemberLookup for cleaner API
- Restructure Authenticating as struct with nested types
- Add comprehensive test suite
- Improve type safety and API clarity
Release version 0.0.2
- Add comprehensive test suite for authentication module
- Test coverage for Bearer and Basic authentication
- Integration tests for real-world scenarios