apifest / apifest-oauth20

ApiFest OAuth 2.0 Server - API security. The ApiFest OAuth 2.0 Server Java implementation of OAuth 2.0 protocol
http://apifest.com
69 stars 44 forks source link

Add custom user authentication #9

Closed rossitsaborissova closed 10 years ago

rossitsaborissova commented 10 years ago

User authentication could be customizable - the users of ApiFest product could implement their specific user authentication. Instead of user authentication endpoint property, the path to the JAR that contains the specific implementation will be set and the class that implements the interface for user authentication.