Request Helper and Authorisation
This is a 0.* breaking change release which prepares the way for the 1.0 release which should ensure project stability.
This release introduces two significant changes:
- A helper class is added to make it possible to access and read a JSON web token stored in a request without the need to go through the authorisation process.
- All references to the term authentication are replaced with authorisation as this is more accurate, and better reflect what this library does.
Other changes include improvements to the test suite and documentation.