Merge branch '8784-dir-listings'
[arvados.git] / doc / api / tokens.html.textile.liquid
index 72661c3f18ad35b818cd763cc7b73c8e5ffb41a6..922df5ab9df5f95dbdfb2a189451d322c2e78d2f 100644 (file)
@@ -3,6 +3,11 @@ layout: default
 navsection: api
 title: API Authorization
 ...
+{% comment %}
+Copyright (C) The Arvados Authors. All rights reserved.
+
+SPDX-License-Identifier: CC-BY-SA-3.0
+{% endcomment %}
 
 All requests to the API server must have an API token.  API tokens can be issued by going though the login flow, or created via the API.  At this time, only browser based applications can perform login from email/password.  Command line applications and services must use an API token provided via the @ARVADOS_API_TOKEN@ environment variable or configuration file.