This is a custom validator middleware for the Fiber web framework. It allows defining validation rules for request bodies in various formats, including JSON, XML, and other content types, providing a flexible and extensible way to validate incoming data.
Updated 2025-02-05 04:07:10 +00:00
This is a custom 2FA (Two-Factor Authentication) middleware for the Fiber web framework. It provides a secure and easy-to-use solution for implementing 2FA in Fiber applications. The middleware supports TOTP (Time-based One-Time Password) authentication and offers customizable configuration options.
advanced
crypto
cryptography
fiber
fiber-framework
go
golang
idiomatic-go
two-factor
two-factor-authentication
twofactor
Updated 2025-02-04 19:57:34 +00:00
Gin is a HTTP web framework written in Go (Golang). It features a Martini-like API with much better performance -- up to 40 times faster. If you need smashing performance, get yourself some Gin.
Updated 2024-12-30 03:40:37 +00:00