go-http-peering/README.md

25 lines
493 B
Markdown
Raw Normal View History

2019-02-03 20:56:58 +01:00
# go-http-peering
Librairie implémentant un protocole d'authentification par "appairage" d'un serveur et client HTTP basé sur [JWT](https://jwt.io/).
[Documentation](https://godoc.org/forge.cadoles.com/Cadoles/go-http-peering)
2019-02-03 20:56:58 +01:00
## Séquences
### Annonce du client
2019-02-04 17:10:32 +01:00
![advertise](./doc/sequence-diagram/advertise.svg)
2019-02-03 20:56:58 +01:00
### Mise à jour des attributs
2019-02-04 17:10:32 +01:00
![update](./doc/sequence-diagram/update.svg)
2019-02-03 20:56:58 +01:00
### Ping
2019-02-04 17:10:32 +01:00
![ping](./doc/sequence-diagram/ping.svg)
2019-02-03 20:56:58 +01:00
**Statut** Instable
## Licence
AGPL-3.0