Securing php api to use in android application

前端 未结 7 633
余生分开走
余生分开走 2021-01-31 18:40

I am newbie to android development. I am using android studio for developing an application. Things i have done

  1. Created a DB with two ta
7条回答
  •  走了就别回头了
    2021-01-31 19:19

    I will simply say, 
    
    If you already using PHP OPP, then no need to go with any framework. It will be time consuming for you. 
    Solution is: "Use remember_token system as like laravel and yii. Authenticate to each method before filter."
    
    If you are using Core PHP. Try same code and include it before filter each method in your api
    

提交回复
热议问题