Skip to content

Commit 7a06394

Browse files
Merge pull request #505 from openmohan/update-readme-with-interface-links
update readme with session and provider interface links
2 parents 9b8a88a + b7b75b1 commit 7a06394

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Package goth provides a simple, clean, and idiomatic way to write authentication
44
packages for Go web applications.
55

66
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.
88

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

0 commit comments

Comments
 (0)