From 8d5ed58ca949a265d6fbb5b104184da623a01b79 Mon Sep 17 00:00:00 2001 From: Umputun Date: Tue, 13 Feb 2018 16:51:47 -0600 Subject: [PATCH] fix logout docs --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 645ea875..fde1d64f 100644 --- a/README.md +++ b/README.md @@ -111,7 +111,7 @@ TBD ### Authorization - `GET /auth/{provider}/login?from=http://url` - perform "social" login with one of supported providers and redirect to `url` -- `GET /auth/{provider}/logout` - logout +- `GET /auth/logout` - logout ```go type User struct {