identityserver

command module
v1.0.1 Latest Latest
Warning

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

Go to latest
Published: Feb 12, 2018 License: BSD-3-Clause Imports: 14 Imported by: 0

README

identityserver

Build Status

Documentation

Documentation is hosted on gitbook

install and run locally

Prerequisites
  • go 1.7
Installation
git clone https://github.com/itsyouonline/identityserver
cd identityserver
go generate && go build
./identityserver -d
Run
identityserver

To see the available options (like changing the default mongo connectionstring), execute identityserver -h.

Browse to https://dev.itsyou.online:8443

  • dev.itsyou.online is a public DNS entry that points to 127.0.0.1 and ::1
Docker-compose

You can run via Docker-compose. You will get a running identityserver with its own Mongo docker instance.

docker-compose up

then browse to https://dev.itsyou.online:8443 (assuming docker runs on localhost)

Contribute

When you want to contribute to the development, follow the contribution guidelines.

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis
clients
Package communication contains the implementation for communication channels that itsyou.online can use to communicate with users.
Package communication contains the implementation for communication channels that itsyou.online can use to communicate with users.
credentials
password/keyderivation/crypt
Package crypt provides interface for password crypt functions and collects common constants.
Package crypt provides interface for password crypt functions and collects common constants.
password/keyderivation/crypt/sha512crypt
Package sha512crypt implements Ulrich Drepper's SHA512-crypt password hashing algorithm.
Package sha512crypt implements Ulrich Drepper's SHA512-crypt password hashing algorithm.
db
see
docs

Jump to

Keyboard shortcuts

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