# README
With JWT Auth
A new idea implemented with jwt authentication and the fiber framework to service static content instead of public CDNs.
Resources
- https://github.com/gofiber/recipes/tree/master/jwt
- https://github.com/gofiber/recipes/tree/master/auth-jwt
- https://github.com/gofiber/recipes/tree/master/swagger
- https://github.com/gofiber/recipes/tree/master/oauth2-google
- https://github.com/gofiber/recipes/blob/master/fiber-bootstrap/bootstrap/bootstrap.go#L18
- https://dev.to/koddr/go-fiber-by-examples-working-with-middlewares-and-boilerplates-3p0m#helmet-middleware
- helmet and rate limiting
- https://pkg.go.dev/github.com/gofiber/fiber/v2/middleware/monitor#section-readme
- monitoring built-in
- serving a FE app's build dir
- signup:
- file uploads: