Merge pull request #344 from calebmer/feature/jwt-expire

Ensure JWT expires
This commit is contained in:
Joe Nelson
2015-11-11 08:31:20 -08:00
7 changed files with 64 additions and 31 deletions
+1
View File
@@ -10,6 +10,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
- Filter columns, e.g. `?select=col1,col2` - @ruslantalpa
- Does not execute the count total if header "Prefer: count=none" - @diogob
- Postgres connection string argument - @calebmer
- Ensure JWT expires - @calebmer
### Removed
- API versioning feature - @calebmer