rluders / wn-jwtauth-plugin

JWTAuth Plugin for WinterCMS
GNU General Public License v3.0
29 stars 28 forks source link

How to create a custom login request? #23

Closed jacksun101 closed 5 years ago

jacksun101 commented 5 years ago

Sorry, this is not an issue, but a question.

I would like to create a custom login for jwt. The custom login would be using an unique uuid code of device which belongs to an user. No password, just an uuid login request, if exists then dispatch a token. Is there any best practice for this idea?

Thanks.

rluders commented 5 years ago

In this case, I think that is better for you to read about OAuth2 protocol.