PHP-Open-Source-Saver / jwt-auth

🔐 JSON Web Token Authentication for Laravel & Lumen
MIT License
729 stars 113 forks source link

changed default value for enabling the throwing of the blacklisting e… #180

Closed eschricker closed 2 years ago

eschricker commented 2 years ago

The default value in the config for enabling the throwing of blacklisting exception was changed to true.

Description

The default value was changed from false to true. The majority of the users want the exception to be thrown.

Checklist:

mfn commented 2 years ago

This is now part of 2.0.0-RC1. If you have time and can give it a spin before we push out 2.0.0, that would be great!