eBay / UAF

UAF - Universal Authentication Framework
Apache License 2.0
281 stars 151 forks source link

fix Auth class to handle AppId/FacetId on FIDO UAF Client. #16

Closed emersonmello closed 8 years ago

emersonmello commented 8 years ago

Although issue #5 pointed a problem in Reg.class, the Auth class also has to verify that the FacetID is authorized for the AppID according to the algorithms in FIDOAppIDAndFacets. This pull request is a complement for pull request #14 . Duplicated code present in Reg class and in Auth class was moved to a new utility class.