Skip to content
This repository was archived by the owner on Jan 21, 2019. It is now read-only.

Commit 0f49e3d

Browse files
committed
changelog and readme
1 parent 879c5fe commit 0f49e3d

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
## 0.8 (2018-02-24)
2+
* Added support of preflight CORS OPTIONS requests with header `X-JWT-Token`
3+
* Added support of authentication with passing token in query string instead of header `X-JWT-Token`
4+
5+
## 0.7 (2017-12-25)
6+
* Binary renamed to `statsd-http-proxy`

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2017 Sokil
3+
Copyright (c) 2017 Dmytro Sokil
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,9 @@ Command line arguments:
8383

8484
## Authentication
8585

86-
Authentication is optionall. It based on passing JWT token to server, encrypted with secret, specified in `jwt-secret` command line argument. If secret not configured in `jwt-secret`, then requests to server accepted without authentication. Token sends to server in `X-JWT-Token` header.
86+
Authentication is optional. It based on passing JWT token to server, encrypted with secret, specified in `jwt-secret`
87+
command line argument. If secret not configured in `jwt-secret`, then requests to server accepted without authentication.
88+
Token sends to server in `X-JWT-Token` header or in `token` query parameter.
8789

8890
## Rest resources
8991

0 commit comments

Comments
 (0)