.. _api: API Documentation ================= Web Token REST API ################## The Rutabaga API provides the following endpoints: .. cornice-autodoc:: :modules: rutabaga.views Auth API ######## The auth module provides methods for creating, persisting, invaliding and deleting tokens. Tokens are persisted to a sqlite3 store. .. automodule:: rutabaga.auth :members: