whythawk / full-stack-fastapi-postgresql

Full stack, modern web application generator. Using FastAPI, PostgreSQL as database, Nuxt3, Docker, automatic HTTPS and more.
MIT License
231 stars 47 forks source link

New floating magic login #19

Closed turukawa closed 1 year ago

turukawa commented 1 year ago

Magic login gives us the ability to add a floating login card to any page as a component. Can be used as part of a call to action (e.g. join a mailing list, get alerts about a new app going live, that sort of thing):

<AuthenticationMagicLoginCard card-text="Join our mailing list." />

Added a new privacy policy template page in privacy.md. Change it before use.