Skip to content

Commit

Permalink
session: moved to root package, updated docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Aeneas Rekkas committed Jan 6, 2016
1 parent 5b9b20c commit 1871702
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 @@ -190,7 +190,7 @@ func handleAuth(rw http.ResponseWriter, req *http.Request) {
// It is additionally going to output a result based on response_type.

// ** API not finalized yet **
// err := oauth2.FinishAccessRequest(rw, response, session)
// err := oauth2.FinishAuthorizeRequest(rw, response, session)
// ****
}
```
Expand Down

0 comments on commit 1871702

Please sign in to comment.