Categorygithub.com/lon9/gin-firebase-auth
modulepackage
0.0.0-20240704093713-890ad5d59266
Repository: https://github.com/lon9/gin-firebase-auth.git
Documentation: pkg.go.dev

# README

gin-firebase-auth

A middleware for firebase authentication on Gin framework

Usage

Send request with Authorization header with Bearer <TOKEN FROM FIREBASE>.

See example directory.

# Packages

No description provided by the author

# Functions

ExtractClaims extracts claims.
New is constructor of the middleware.

# Structs

FirebaseAuthMiddleware is middleware for Firebase Authentication.