zlorgoncho1 / sprint

A lightweight, high-performance Go web framework focusing on simplicity, with built-in support for JSON & HTML responses. Perfect for building efficient, scalable server-side applications. Currently in active development. Contributions welcome!
MIT License
20 stars 5 forks source link

Add Basic Authentication Middleware #11

Open zlorgoncho1 opened 1 year ago

zlorgoncho1 commented 1 year ago

Implement a middleware module for Sprint that supports basic authentication, allowing for secure access to certain routes.