fix logout docs

This commit is contained in:
Umputun
2018-02-13 16:51:47 -06:00
parent de76638b7b
commit 8d5ed58ca9
+1 -1
View File
@@ -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 {