fabbricadigitale / scimd

SCIM v2 golang implementation
MIT License
5 stars 1 forks source link

Custom validator for attribute notation #31

Closed leodido closed 6 years ago

leodido commented 6 years ago

Create a custom validator that checks a give string matches the attribute notation.

Use the Path parser already in place (within api/attr directory).

When done, test it.

When tests will pass use it within the PR #29.