I need to develop some web service API and i want to develop the API's in Bottle.
I see Cork being used for authentication/authorization to parts of a website build in Bottle.
But is Cork also a good solution to make API authentication/authorization.
1) from client app. sign in to the Bottle web app with userID.
2) from client app start consuming web services. If certain userID does not have good authorization to consume the web services it failes.
Any idea's are welcome