You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@ Package goth provides a simple, clean, and idiomatic way to write authentication
4
4
packages for Go web applications.
5
5
6
6
Unlike other similar packages, Goth, lets you write OAuth, OAuth2, or any other
7
-
protocol providers, as long as they implement the `Provider` and `Session` interfaces.
7
+
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.
8
8
9
9
This package was inspired by [https://github.com/intridea/omniauth](https://github.com/intridea/omniauth).
0 commit comments