casgo
casgo copied to clipboard
Single Sign On (SSO) Central Authentication Server (CAS) written in Go
Can I disable SSL/TLS somehow? This service is only a backend. Frontend (with SSL) may be on NGINX, for example.
Hello README.md says: > Install your database of choice (default is RethinkDB, version 2.0+) How can I use anything, but RethinkDB? Seems nothing else is supported :)
Trying to change "templates": 1. I copied original templates to another directory. Changed pages to be definitely recognizable. 2. Added to config `"templatesDirectory":"/home/site/templates/"`, restarted casgo — nothing changed. 3. Tried...
To set up the development environment (before even tests can be run), the rethinkdb instance needs to be loaded with some user fixtures. This should be documented and be made...
Use [entr](http://entrproject.org/) in a make target to watch and rebuild the app rather than using Gin, which doesn't seem to work with HTTPS.
Integration tests are currently failing with errors like: ``` 2015/08/30 15:32:25 http: TLS handshake error from 127.0.0.1:38010: tls: client offered an unsupported, maximum protocol version of 300 ``` Asked about...
Currently test disables SSL cert verification for the client it uses. Based on [some discussion on google groups]() it should involve a process somewhat like: ``` * x509.NewCertPool to create...