HenrikWM / anonymous-tokens

Anonymous tokens implementation in .NET based on Privacy Pass
MIT License
9 stars 1 forks source link

Splits projects into Client, Server and a new shared library #31

Closed HenrikWM closed 3 years ago

HenrikWM commented 3 years ago

Split into 2 NuGet-packages:

Created a new shared library for shared code between these two.

martstr commented 3 years ago

:thumbsup:

HenrikWM commented 3 years ago

Proposing:

image

Which should make it easier for the consumer to use the right package on the right project. Sample projects are also updated to demonstrate intended use.

Should solve #15.