Files @ a87aa385f21c
Branch filter:

Location: kallithea/docs/usage/api_key_access.rst

a87aa385f21c 469 B text/prs.fallenstein.rst Show Annotation Show as Raw Download as Raw
Marcin Kuzminski
fixed repo_create permission by adding missing commit statements
- added few tests for checking permission in UserModel
- added __json__() into get_dict() to fetch from it hybrid_properties and any additional custom properties
- code garden
.. _api_key_access:

Access to RhodeCode via API KEY
===============================

Starting from version 1.2 rss/atom feeds and journal feeds
can be accessed via **api_key**. This unique key is automatically generated for
each user in RhodeCode application. Using this key it is possible to access 
feeds without having to log in. When user changes his password a new API KEY
is generated for him automatically. You can check your API KEY in account 
settings page.