Skip to content

Commit

Permalink
Merge pull request #505 from openmohan/update-readme-with-interface-l…
Browse files Browse the repository at this point in the history
…inks

update readme with session and provider interface links
  • Loading branch information
techknowlogick committed Apr 11, 2023
2 parents 9b8a88a + b7b75b1 commit 7a06394
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Package goth provides a simple, clean, and idiomatic way to write authentication
packages for Go web applications.

Unlike other similar packages, Goth, lets you write OAuth, OAuth2, or any other
protocol providers, as long as they implement the `Provider` and `Session` interfaces.
protocol providers, as long as they implement the [Provider](https://github.com/markbates/goth/blob/master/provider.go#L13-L22) and [Session](https://github.com/markbates/goth/blob/master/session.go#L13-L21) interfaces.

This package was inspired by [https://github.com/intridea/omniauth](https://github.com/intridea/omniauth).

Expand Down

0 comments on commit 7a06394

Please sign in to comment.