An authentication server
Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.
 
 
Ludovic 'Archivist' Lagouardette f018614bc4 version 0.1.0 před 5 roky
spec version 0.1.0 před 5 roky
src version 0.1.0 před 5 roky
.editorconfig make into "format" před 5 roky
.gitignore Initial commit před 5 roky
.travis.yml Initial commit před 5 roky
Dockerfile version 0.1.0 před 5 roky
LICENSE Changed the license před 5 roky
README.md version 0.1.0 před 5 roky
auth_bench_udp.cr version 0.1.0 před 5 roky
auth_bench_ws.cr version 0.1.0 před 5 roky
shard.lock version 0.1.0 před 5 roky
shard.yml version 0.1.0 před 5 roky

README.md

authenticate

An authentication server that uses HTTP, Websockets and UDP

Installation

TODO: Write installation instructions here

Usage

TODO: Write usage instructions here

Development

TODO: Write development instructions here

Contributing

  1. Create your feature branch (git checkout -b my-new-feature)
  2. Commit your changes (git commit -am 'Add some feature')
  3. Push to the branch (git push origin my-new-feature)
  4. Create a new Pull Request

Contributors