codeforpdx / PASS

PASS project - with HMIS module integration
MIT License
24 stars 24 forks source link

[No Issue] Remove unused credentialing system #535

Closed timbot1789 closed 7 months ago

timbot1789 commented 7 months ago

Remove our old demo credentialing system from the codebase. It's not currently used, and we want to move to a system based on verifiable credentials instead. We generally shouldn't try to roll our own security.

The related code also breaks on newer versions of node, and the tests related to it run slowly. Since it seems to be more a hindrance to the project at this point than an asset, we should probably just remove it.