25 lines
473 B
Markdown
25 lines
473 B
Markdown
|
# 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/wpetit/go-http-peering)
|
||
|
|
||
|
## Séquences
|
||
|
|
||
|
### Annonce du client
|
||
|
|
||
|
![](./doc/sequence-diagram/advertise.svg)
|
||
|
|
||
|
### Mise à jour des attributs
|
||
|
|
||
|
![](./doc/sequence-diagram/update.svg)
|
||
|
|
||
|
### Ping
|
||
|
|
||
|
![](./doc/sequence-diagram/ping.svg)
|
||
|
|
||
|
**Statut** Instable
|
||
|
|
||
|
## Licence
|
||
|
|
||
|
AGPL-3.0
|