Skip to content

Commit

Permalink
doc: update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
katallaxie committed Jan 28, 2024
1 parent 20a0f1a commit 8325078
Showing 1 changed file with 17 additions and 1 deletion.
18 changes: 17 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,20 @@
[![Test & Build](https://github.com/zeiss/fiber-goth/actions/workflows/main.yml/badge.svg)](https://github.com/zeiss/fiber-goth/actions/workflows/main.yml)
[![Go Report Card](https://goreportcard.com/badge/github.com/zeiss/fiber-goth)](https://goreportcard.com/report/github.com/zeiss/fiber-goth)
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
[![Taylor Swift](https://img.shields.io/badge/secured%20by-taylor%20swift-brightgreen.svg)](https://twitter.com/SwiftOnSecurity)
[![Taylor Swift](https://img.shields.io/badge/secured%20by-taylor%20swift-brightgreen.svg)](https://twitter.com/SwiftOnSecurity)

A [fiber](https://gofiber.io/) :rocket: middleware to integrate authentication to your application. It is based on a lightweight wrapper around [goth]([https://gofiber.io/](https://github.com/markbates/goth)https://github.com/markbates/goth).

## Installation

```bash
$ go get github.com/shareed2k/goth_fiber
```

## Examples

See [examples](https://github.com/Shareed2k/goth_fiber/tree/master/examples) to understand the provided interfaces.

## License

[MIT](/LICENSE)

0 comments on commit 8325078

Please sign in to comment.