Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(serverauth): Export dbAuthMiddleware as default export to match supabase #10538

Merged
merged 2 commits into from
May 7, 2024

Conversation

dac09
Copy link
Collaborator

@dac09 dac09 commented May 3, 2024

As title

//before
import { createDbAuthMiddleware } from '@redwoodjs/auth-dbauth-middleware'

// after
import createDbAuthMiddleware from '@redwoodjs/auth-dbauth-middleware'

@dac09 dac09 added the release:fix This PR is a fix label May 3, 2024
@dac09 dac09 added this to the SSR milestone May 3, 2024
@dac09 dac09 requested a review from dthyresson May 3, 2024 13:44
@dac09 dac09 self-assigned this May 3, 2024
Copy link
Contributor

@dthyresson dthyresson left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

@dthyresson dthyresson merged commit 254589a into redwoodjs:main May 7, 2024
46 checks passed
@dac09 dac09 deleted the fix/dbauth-middleware-export branch May 7, 2024 16:39
@Josh-Walker-GM Josh-Walker-GM modified the milestones: SSR, v8.0.0 Sep 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
release:fix This PR is a fix
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

3 participants