usefulteam / jwt-auth

WordPress JSON Web Token Authentication
https://wordpress.org/plugins/jwt-auth/
122 stars 48 forks source link

Fixed third-party plugins cannot access the global Setup class singleton. #52

Closed fabrizim closed 2 years ago

fabrizim commented 2 years ago

Use the singleton pattern that is already in the JWTAuth\Setup class so third party plugins can get the global instance.