Skip to content

v0.8.0

Compare
Choose a tag to compare
@github-actions github-actions released this 02 Jan 16:28
· 1080 commits to main since this release
e8a142f

BREAKING CHANGES

  • Social auth had several breaking changes as we added a new provider (GitHub).
    • Buttons and sign in URLs now have a different, standardized import name for each provider.
      • Google exe: import { SignInButton as GoogleSignInButton, signInUrl, logoUrl } from '@wasp/auth/helpers/Google'
    • Buttons themselves have been restyled to make them more uniform, and no longer take an optional height parameter.
    • Social config object now use a clientID property instead of clientId.

GitHub added as a social login

We have added GitHub as another social login option. It is as easy to use as Google, and only requires adding gitHub to your app.auth.methods plus two environment variables (GITHUB_CLIENT_ID and GITHUB_CLIENT_SECRET)! Check out the docs for more.