Skip to content

mmlab-aueb/net-verifier

Repository files navigation

VC verifier

This a VC verifier implemented by the ZeroTrustVC project. The verifier can be used as a .net Authorization Handler.

Usage

TBD

Testing

Prerequisites

Tests are executed using pytest and pytest-asyncio. To install it execute:

python3 -m pip install  pytest 
python3 -m pip install pytest-asyncio
python3 -m pip install requests

Running the tests

From the root directory run python3 -m pytest -s tests/ For shorter output alternatively you can run python3 -m pytest tests/ -s --tb=short

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published