Skip to content

Instantly share code, notes, and snippets.

@kishansagathiya
Created January 11, 2018 15:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kishansagathiya/51df4c97aee3a59288e005fb7c12740e to your computer and use it in GitHub Desktop.
Save kishansagathiya/51df4c97aee3a59288e005fb7c12740e to your computer and use it in GitHub Desktop.
20:31:33 app | time="2018-01-11 20:31:33" level=info msg=mount action=Login ctrl=Login route="GET /api/login"
20:31:33 app | time="2018-01-11 20:31:33" level=info msg=mount action=Authorize ctrl=Authorize route="GET /api/authorize"
time="2018-01-11 20:31:33" level=info msg=mount action=Callback ctrl=Authorize route="GET /api/authorize/callback"
20:31:33 app | time="2018-01-11 20:31:33" level=info msg=mount action=Logout ctrl=Logout route="GET /api/logout"
20:31:33 app | time="2018-01-11 20:31:33" level=info msg=mount action=Delete ctrl=Token route="DELETE /api/token" security=jwt
20:31:33 app | time="2018-01-11 20:31:33" level=info msg=mount action=Exchange ctrl=Token route="POST /api/token"
20:31:33 app | time="2018-01-11 20:31:33" level=info msg=mount action=Retrieve ctrl=Token route="GET /api/token" security=jwt
20:31:33 app | time="2018-01-11 20:31:33" level=info msg=mount action=Callback ctrl=Token route="GET /api/token/link/callback"
20:31:33 app | time="2018-01-11 20:31:33" level=info msg=mount action=Generate ctrl=Token route="GET /api/token/generate"
20:31:33 app | time="2018-01-11 20:31:33" level=info msg=mount action=Keys ctrl=Token route="GET /api/token/keys"
20:31:33 app | time="2018-01-11 20:31:33" level=info msg=mount action=Link ctrl=Token route="GET /api/token/link" security=jwt
20:31:33 app | time="2018-01-11 20:31:33" level=info msg=mount action=Refresh ctrl=Token route="POST /api/token/refresh"
20:31:33 app | time="2018-01-11 20:31:33" level=info msg=mount action=Callback ctrl=Link route="GET /api/link/callback"
20:31:33 app | time="2018-01-11 20:31:33" level=info msg=mount action=Link ctrl=Link route="GET /api/link" security=jwt
20:31:33 app | time="2018-01-11 20:31:33" level=info msg=mount action=Session ctrl=Link route="GET /api/link/session"
20:31:33 app | time="2018-01-11 20:31:33" level=info msg=mount action=Show ctrl=Status route="GET /api/status"
20:31:33 app | time="2018-01-11 20:31:33" level=info msg=mount action=Create ctrl=Space route="POST /api/spaces/:spaceID" security=jwt
20:31:33 app | time="2018-01-11 20:31:33" level=info msg=mount action=Delete ctrl=Space route="DELETE /api/spaces/:spaceID" security=jwt
20:31:33 app | time="2018-01-11 20:31:33" level=info msg=mount action=Show ctrl=User route="GET /api/user" security=jwt
20:31:33 app | time="2018-01-11 20:31:33" level=info msg=mount action=Users ctrl=Search route="GET /api/search/users"
20:31:33 app | time="2018-01-11 20:31:33" level=info msg=mount action=Create ctrl=Users route="POST /api/users" security=jwt
20:31:33 app | time="2018-01-11 20:31:33" level=info msg=mount action=List ctrl=Users route="GET /api/users"
20:31:33 app | time="2018-01-11 20:31:33" level=info msg=mount action=Show ctrl=Users route="GET /api/users/:id"
20:31:33 app | time="2018-01-11 20:31:33" level=info msg=mount action=Update ctrl=Users route="PATCH /api/users" security=jwt
20:31:33 app | time="2018-01-11 20:31:33" level=info msg=mount action=VerifyEmail ctrl=Users route="GET /api/users/verifyemail"
20:31:33 app | time="2018-01-11 20:31:33" level=info msg=mount action=Add ctrl=Collaborators route="POST /api/spaces/:spaceID/collaborators/:identityID" security=jwt
20:31:33 app | time="2018-01-11 20:31:33" level=info msg=mount action=AddMany ctrl=Collaborators route="POST /api/spaces/:spaceID/collaborators" security=jwt
20:31:33 app | time="2018-01-11 20:31:33" level=info msg=mount action=List ctrl=Collaborators route="GET /api/spaces/:spaceID/collaborators"
20:31:33 app | time="2018-01-11 20:31:33" level=info msg=mount action=Remove ctrl=Collaborators route="DELETE /api/spaces/:spaceID/collaborators/:identityID" security=jwt
20:31:33 app | time="2018-01-11 20:31:33" level=info msg=mount action=RemoveMany ctrl=Collaborators route="DELETE /api/spaces/:spaceID/collaborators" security=jwt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment