PHP-Open-Source-Saver / jwt-auth

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

feat: add getUserId method #257

Closed canvural closed 4 months ago

canvural commented 4 months ago

Description

Hello 👋🏽

This PR adds a new method to the guard called getUserId

The need for this is explained in the original issue here.

Checklist: