TitusKirch / saas-template

The saas-template is a template for building SaaS applications. It combines the capabilities of Laravel and Nuxt in a unified repository and accelerates the development of web applications. Seamlessly integrates the back-end reliability of Laravel with the front-end agility of Nuxt. Ideal for rapid prototyping and deployment.
MIT License
4 stars 0 forks source link

Add nice to have features #129

Closed TitusKirch closed 2 months ago

TitusKirch commented 3 months ago
TitusKirch commented 2 months ago

After looking more closely at the tasks and trying out various solutions, I found a method that works theoretically, but is a bit unattractive in practice. Maybe switch to Cloudflare Turnstile?

TitusKirch commented 2 months ago

After looking more closely at the tasks and trying out various solutions, I found a method that works theoretically, but is a bit unattractive in practice. Maybe switch to Cloudflare Turnstile?

I will use turnstile

TitusKirch commented 2 months ago

Not sure if I really need this because the current implementation has client side validation and after submission already supports server side validation. I currently see no benefit to adding this, so I am moving this to a separate issue.