Skip to content

Commit b7b75b1

Browse files
author
Mohan Sekar
committed
update readme with session and provider interface links
1 parent 271cf13 commit b7b75b1

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)