Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
## [1.8.2](v1.8.1...v1.8.2) (2024-11-07) ### Bug Fixes * **docs:** added `await` before calling `cookies` and `headers` due to change in Next.js 15 ([d14c9df](d14c9df)) * add logs to invalid token comparator func ([11eaede](11eaede)) * added additional logs around cookie parser ([1550c80](1550c80)) * added additional logs to debug a failed verification in auth middleware ([30ddc5e](30ddc5e)) * await on parse cookie result to work around [#271](#271) ([f6b5106](f6b5106)) * debug Vercel logging by removing inheritance from Error ([46ca356](46ca356)) * export error module explicitly ([575281c](575281c)) * remove console.log and improve debug logs around token fetching ([31dfbd2](31dfbd2)) * remove debug logs from cookie parser ([2ce3190](2ce3190)) * remove unnecessary async in get tokens functions ([c0f530c](c0f530c)) * work around [#271](#271) in getCookiesTokens ([5fef799](5fef799)) * **#271:** use runtime flag to identify invalid token error ([d7220b0](d7220b0)), closes [#271](#271)
- Loading branch information