usersvc

command module
v0.2.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 7, 2017 License: GPL-3.0 Imports: 1 Imported by: 0

README

usersvc

User service for Studiously

usersvc functions as both an identity provider for Hydra (OAuth2) and as a client app, responsible for user account settings. In the end, it should amount to the functional equivalent of Google's auth service.

Run (Quick)

export FORCE_ROOT_CLIENT_CREDENTIALS=demo:demo
export CONSENT_URL=http://localhost:8080/consent
export DATABASE_URL=memory
hydra host --dangerous-force-http

then

hydra clients import client.json
hydra policies create -f policy.json
hydra policies create -f policy_2.json

TODO

  • Finish
  • Complete Refactor
  • Unit Tests
  • System/Integration Tests
  • Actual Error Handling
  • Real User Management Page

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis
Package codes documents the status codes used by usersvc in error responses.
Package codes documents the status codes used by usersvc in error responses.
Package models contains the types for schema 'public'.
Package models contains the types for schema 'public'.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL