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
- Host: GitHub
- URL: https://github.com/lon9/gin-firebase-auth
- Owner: lon9
- Created: 2019-06-13T13:53:14.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-07-04T09:37:17.000Z (over 1 year ago)
- Last Synced: 2025-04-01T18:10:07.657Z (10 months ago)
- Topics: authentication, firebase, gin-middleware, golang
- Language: Go
- Homepage: https://godoc.org/github.com/lon9/gin-firebase-auth
- Size: 61.5 KB
- Stars: 16
- Watchers: 0
- Forks: 8
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.