manifest icon indicating copy to clipboard operation
manifest copied to clipboard

On the documentation, add StackBlitz example buttons for `Auth`

Open SebConejo opened this issue 5 months ago • 0 comments

The aim is to give developers direct access to a demo on stackblitz showing how Auth works in a real use case.

  • The stackblitz demo should present the backend.yml file as soon as the developer arrives.
  • This demo includes a project with a backend manifest, and a front end that includes those authenticate features
    • Login
    • Signup
    • Get current user
    • Logout
  • It should show the short and the long syntax.

Docs on relations: https://manifest.build/docs/authentication.

For the frontend, don't pull it with your own style code. Use a neutral library like shadcn/ui toolkit without applying extra css code.

SebConejo avatar Sep 24 '24 09:09 SebConejo