jwt - Some doubts about laravel accessing dingo/api
天蓬老师
天蓬老师 2017-05-31 10:31:44
0
1
673

Currently I want to use dingo/api to write interfaces in laravel5, but the authorization verification part of the business is with WeChat.
Because the online solutions are all Dingo/api JWT, so I want to know if JWT is necessary?
Can the WeChat authorization part I want to do replace the JWT part?

天蓬老师
天蓬老师

欢迎选择我的课程,让我们一起见证您的进步~~

reply all(1)
洪涛

JWT is not necessary.

JWT is an optional component in Dingo. Dingo supports 3 authentication methods, HTTP Basic, JSON Web Tokens, OAuth 2.0.

I have never done WeChat development, so I don’t know if WeChat authorization can be integrated.

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template