Ecosyste.ms: Awesome
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: 28 days 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 5 years ago)
- Default Branch: master
- Last Pushed: 2024-07-04T09:37:17.000Z (6 months ago)
- Last Synced: 2024-11-12T09:23:55.755Z (about 2 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: 14
- Watchers: 1
- 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.