Skip to content

Releases: dyorg/slim-token-authentication

Fix Custom Error Response

03 May 14:59
Compare
Choose a tag to compare
Merge pull request #4 from vcenturion/master

Return the response of the error function with the correct Http Status

Fixed to search for token on argument request instead attribute

15 Sep 03:09
Compare
Choose a tag to compare
0.3.1

Fix - added token search for on argument

Documentation and Example added

16 Jun 02:25
Compare
Choose a tag to compare
0.3.0

Documentation and example added

Fixed typo that broke authentication via HTTP header

15 Jun 21:43
Compare
Choose a tag to compare

There was a small typo in the TokenSearch (regexp instead of regex) that made authentication via HTTP header impossible since the preg_match would never find a match.

Unauthorized Exception Interface Added

16 Jun 02:26
Compare
Choose a tag to compare
0.2.0

Change Exception and Added Exception Interface