You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: apiary.apib
+61-1
Original file line number
Diff line number
Diff line change
@@ -3,6 +3,61 @@ FORMAT: 1A
3
3
#Blocker API
4
4
A block based filesystem microservice written in go
5
5
6
+
# Group API Authentication
7
+
All requests must contain an 'Auth Token'.
8
+
9
+
##Authorization
10
+
11
+
Authorization is done via a *Authorization* header sent in a request. Anonymous requests are not allowed. To authenticate a request, you must sign the request with the shared key when making the request and pass that signature as part of the request.
12
+
13
+
Here you can see an example of a Authorization header
0 commit comments