Skip to content

0.15.0

Choose a tag to compare

@github-actions github-actions released this 19 May 15:35
· 65 commits to main since this release
bc34064

This release makes auth routes and hooks synchronous, allowing applications that
use synchronous dependencies such as database clients to run auth logic without
blocking the event loop.

It also updates Cross Auth to use cross-web's synchronous HTTPRequest
wrapper.

This release was contributed by @patrick91 in #38