Meowster
Meowster
### What? Describe how to implement recursive data structures such as: - linked lists (stacks, queues) - trees - graphs Show ready to use std and crates: - [linked list](https://doc.rust-lang.org/std/collections/struct.LinkedList.html)...
### Describe the bug I'm trying to reproduce [`resolves` example](https://vitest.dev/api/expect.html#resolves). The Chai style assertion throws strange Typescript error:  ### Reproduction https://stackblitz.com/edit/vitest-dev-vitest-52dmdx?file=test/basic.test.ts ### System Info ```shell System: OS: Linux 6.1...
### What is the problem this feature would solve? Scoped auth or any other scoped mechanism that rejects request early. ### What is the feature you are proposing to solve...
### Describe the bug ```ts await getClaims(token, { allowExpired: true } ``` still throws expiration error ### Library affected auth-js ### Reproduction _No response_ ### Steps to reproduce _No response_...