playground-auth icon indicating copy to clipboard operation
playground-auth copied to clipboard

This repo demonstrates all the authentication providers that Redwood supports

Results 44 playground-auth issues
Sort by recently updated
recently updated
newest added

Magic link sign up appears to be broken: ``` [Error] Failed to load resource: the server responded with a status of 400 () (refresh, line 0) [Warning] could not authenticate...

See this warning when building on Netlify: ``` 3:44:51 PM: warn - The `darkMode` option in your Tailwind CSS configuration is set to `false`, which now behaves the same as...

See: https://github.com/redwoodjs/redwood/issues/4357 With v2, > Hasura Backend Plus is replaced by Hasura Auth and Hasura Storage. The new authentication service is very similar to Hasura Backend Plus with one big...

Currently, the authentication provider examples are all third-party. But, redwoodJS also supports a Self-Hosted Database Authentication option: https://redwoodjs.com/docs/authentication#self-hosted-auth-installation-and-setup This issue is to implement "dbAuth" provider and the example forms, code...

good first issue
help wanted

Bumps [normalize-url](https://github.com/sindresorhus/normalize-url) from 4.5.0 to 4.5.1. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=normalize-url&package-manager=npm_and_yarn&previous-version=4.5.0&new-version=4.5.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies

Add SEO and Social Card Images using Helmet and Netlify DPR functions See: https://www.netlify.com/blog/2021/04/14/faster-builds-for-large-sites-on-netlify-with-on-demand-builders-now-in-early-access/ #TODO - DT to explain.

enhancement

See @ryanmdoyle PR: https://github.com/redwoodjs/redwood/pull/2824 With the above PR, can specify scopes and providers. See the new docs at https://github.com/redwoodjs/redwoodjs.com/pull/718 Once, the #2824 PR is merges and release, Playground Auth should...

help wanted

See: https://github.com/redwoodjs/redwood/pull/2965 Supabase now supports auth via Discord and can add this provider option once the above PR is merged in to the next release.

help wanted

Supabase released a set of Auth UI widgets similar to that of Netlify Identity: https://ui.supabase.io/components/auth We could add an option to use these widgets as well.

enhancement

The default value of `showUI` is true. Making this PR, just to have a better onboarding experience. You just need your user's email as a developer to get started with...