ADmad / cakephp-jwt-auth

A CakePHP plugin for authenticating using JSON Web Tokens
MIT License
163 stars 43 forks source link

how to get the logged in user id #80

Closed webmasterashishgaur closed 5 years ago

webmasterashishgaur commented 5 years ago

hi @ADmad thanks for the beautiful plugin you made for the cakephp community, I am very confused about, that how can I get the logged in user id in other api's after logged in and sending the token received in login api?

please reply as fast as possible i will be very thankful of yours

ADmad commented 5 years ago

This is not a help forum. The ticket tracker is reserved for possible bugs and feature enhancements to the plugin. If you are looking for help on how to implement a feature or to better understand how to use the plugin correctly, please visit one of the following:

The CakePHP Manual The CakePHP online API CakePHP Official Forum Stackoverflow Slack channel

or the #cakephp channel on irc.freenode.net.

Thanks!