From a86808a82b49b9d27d0a6b7640d3915731e9c21d Mon Sep 17 00:00:00 2001 From: CJ Keeney Date: Sun, 9 Oct 2016 20:42:46 -0700 Subject: [PATCH] fix documented import path for Auth module --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a0c7fee..e8c8537 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ use them in your app. Name | Import Path | Description ---------------|-----------------------------------------------------------------------------------------------------|------------ -Auth | [gopkg.in/authboss.v0/register](https://github.com/go-authboss/authboss/tree/master/auth) | Provides database password authentication for users. +Auth | [gopkg.in/authboss.v0/auth](https://github.com/go-authboss/authboss/tree/master/auth) | Provides database password authentication for users. Confirm | [gopkg.in/authboss.v0/confirm](https://github.com/go-authboss/authboss/tree/master/confirm) | Sends an e-mail verification before allowing users to log in. Lock | [gopkg.in/authboss.v0/lock](https://github.com/go-authboss/authboss/tree/master/lock) | Locks user accounts after N authentication failures in M time. OAuth2 | [gopkg.in/authboss.v0/oauth2](https://github.com/go-authboss/authboss/tree/master/oauth2) | Provides oauth2 authentication for users.