codingchili / chili-core

Reactive framework for creating transport & storage-transparent microservices with Vert.x
https://codingchili.github.io/chili-core/
MIT License
14 stars 5 forks source link

Tokens that are missing key should not log if the token type is missing #232

Closed codingchili closed 6 years ago

codingchili commented 6 years ago

Fixed: token key defaults to empty string, changed to check isEmpty() rather than null.