Skip to content

v0.1.0 - Restructured Authentication API

Latest

Choose a tag to compare

@coenttb coenttb released this 07 Aug 19:38
· 20 commits to main since this release

What's Changed

Breaking Changes

  • Restructured Authenticating as a struct with nested types for better organization
  • Removed @dynamicMemberLookup for a cleaner, more explicit API

Features

  • Comprehensive test suite for authentication module
  • Improved type safety and API clarity
  • Better separation of concerns with nested types

Refactoring

  • Cleaner module structure with proper encapsulation
  • More intuitive API surface

This release represents a significant improvement in the authentication module's design and usability.