An open API service indexing awesome lists of open source software.

https://github.com/lon9/gin-firebase-auth

A middleware for firebase authentication on Gin
https://github.com/lon9/gin-firebase-auth

authentication firebase gin-middleware golang

Last synced: 6 months ago
JSON representation

A middleware for firebase authentication on Gin

Awesome Lists containing this project

README

          

# gin-firebase-auth

A middleware for firebase authentication on Gin framework

# Usage

Send request with `Authorization` header with `Bearer `.

See example directory.