# Changelog

## 1.0.1

### Patch Changes

- a71f38d: Add separate exception filter for fastify

## 1.0.0

### Major Changes

- 1805c83: Update the supertokens-node dependency version
- 5d98dda: Update supertokens-node peer dependency

### Minor Changes

- a86cd83: feat: Add support for the PublicAccess decorator on controllers

## 0.0.5 (2025-06-09)

### Changes

- Prevent dependency errors from being thrown when the auth guard is instantiated

## 0.0.4 (2025-05-29)

### Changes

- Added support for `supertokens-node` version `22.1.0` while maintaining compatibility with `21.1.0`

## 0.0.3 (2025-05-09)

### Changes

- Removed `express` dependency
- Fixed usage with `graphql`

## 0.0.2 (2025-03-05)

### Changes

- Initial release with NestJS abstractions
- Support for Express and Fastify
- Session management
- User roles and permissions
- Email verification
- Multi-factor authentication
