add comments to dev oauth

This commit is contained in:
Umputun
2018-07-11 15:27:18 -05:00
parent f74f9e462c
commit 62a5d7196e
+2 -2
View File
@@ -21,9 +21,9 @@ const devAuthPort = 8084
// DevAuthServer is a fake oauth server for development
// it provides stand-alone server running on its own port and pretending to be the real oauth2. It also provides
// Dev Provider the same way as normal providers di, i.e. github, google and others.
// Dev Provider the same way as normal providers do, i.e. like github, google and others.
// can run in interactive and non-interactive mode. In interactive mode login attempts will show login form to select
// desired user name.
// desired user name, this is the mode used for development. Non-interactive mode for tests only.
type DevAuthServer struct {
Provider Provider