Requirement is to securing the REST APIs. How can I achieve API Key model with OAuth structure? Server is implemented on Java Spring and iBatis framework with MySQL database.
I read many links that they provide their own OAuth. But I want to implement own Authentication module for the REST APIs.
Basic Requirements I got from the reading: API Key, API Secret, Access Token, TimeStamp.