redwoodjs / playground-auth

This repo demonstrates all the authentication providers that Redwood supports
https://redwood-playground-auth.netlify.app/
MIT License
34 stars 25 forks source link

Fix/chore: Upgrade to v0.31, Prisma Schema directory updates, and resize provider images #61

Closed dthyresson closed 3 years ago

dthyresson commented 3 years ago

This PR:

Provider Images

Before

Localhost - iPhone X - 2021-27-4 at 8 23 48 AM Localhost - Generic Laptop - 2021-27-4 at 8 23 40 AM Localhost - Surface Duo - 2021-27-4 at 8 23 33 AM

After

Localhost - Surface Duo - 2021-27-4 at 8 29 07 AM Localhost - Galaxy Fold - 2021-27-4 at 8 29 04 AM Localhost - Generic Laptop - 2021-27-4 at 8 28 58 AM Localhost - Pixel 2 - 2021-27-4 at 8 28 51 AM Localhost - iPhone X - 2021-27-4 at 8 28 50 AM Localhost - iPad - 2021-27-4 at 8 28 46 AM

Tobbe commented 3 years ago

Noticed a couple of related things when reviewing. Made an issue for one of them: https://github.com/redwoodjs/playground-auth/issues/62

The other issue is with schema.prisma. Now that you've updated the location etc, maybe we should update the comment inside this file as well.

// Define your own datamodels here and run `yarn redwood db save` to create
// migrations for them.
// TODO: Please remove the following example:

yarn redwood db save should be yarn redwood prisma migrate dev