Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/withs/vigest
Client digest authentification for v
https://github.com/withs/vigest
digest-authentication http vlang
Last synced: 3 months ago
JSON representation
Client digest authentification for v
- Host: GitHub
- URL: https://github.com/withs/vigest
- Owner: withs
- License: mit
- Created: 2022-03-23T13:59:57.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-03-29T21:10:26.000Z (over 2 years ago)
- Last Synced: 2024-04-23T16:38:40.809Z (7 months ago)
- Topics: digest-authentication, http, vlang
- Language: V
- Homepage: https://fleur.is
- Size: 93.8 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
- License: LICENSE
Awesome Lists containing this project
- awesome-v - vigest - Simple client for digest authentication (written in V). (Libraries / Web)
README
vigest auth
===========Description
-----------Vigest auth is an attempt to implement digest client side authentification in v.
Features
--------- Support multiple hash algorithm (MD5, SHA-256, SHA-512-256 and all 3 with sess)
- multiple quality of protectionKnow issues
------------ might not work on some endpoint due to v.http wich only support connection close header
Docs
-----> https://withs.github.io/vigest/
Build & Use
-----------1. v install --git https://github.com/withs/vigest
Ressources
-----------
- https://en.wikipedia.org/wiki/Digest_access_authentication
- https://datatracker.ietf.org/doc/html/rfc2617
- https://datatracker.ietf.org/doc/html/rfc2069