{% extends 'detail.html' %} {% block title %}{{_("Project credentials")}}{% end %} {% block tab_credentials %}active{% end %} {% block section_active %}credentials{% end %} {% block section %}

{{_("Credentials")}}

{{_("PROJECT ID")}} {{_("(unique id of this project - used to identify project in client and admin API)")}}

{{project['_id']}}

{{_("SECRET KEY")}} {{_("(secret key for this project - used to sign requests in admin API and generate client connection token)")}}

{{project['secret_key']}}

{% raw xsrf_form_html() %}
{% end %}