Skip to content
This repository has been archived by the owner on Apr 24, 2018. It is now read-only.

Fixed typo (auth.go -> go.auth) #4

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ If you plan to use the same `AuthHandler` to secure all of your routes, you may
mux.Get("/:param", handler).Secure()

### OAuth2
In the above examples, we implemented our own custom `AuthHandler`. Check out the [auth.go](https://github.com/bradrydzewski/auth.go) API which provides custom AuthHandlers for OAuth2 providers such as Google and Github.
In the above examples, we implemented our own custom `AuthHandler`. Check out the [go.auth](https://github.com/bradrydzewski/go.auth) API which provides custom AuthHandlers for OAuth2 providers such as Google and Github.

## Logging
Logging is enabled by default, but can be disabled:
Expand Down