This is a simplistic approach to use a PHP Framework (Fuel PHP) instead of Plain PHP.
Frameworks often have better mechanisms to handle web requests. For example, you can easily create a RESTful server and test it using REST Client such as Postman (refer the above screenshot). Install Postman REST Client for Chrome here.
1) Create Fuel PHP Project and Add PHP-JWT Library to the project
If your hosting provider includes softaculous in their services, read this page to quickly create Fuel PHP Project on your web site, https://php-steps.blogspot.com/2018/10/install-fuelphp-via-softaculous.html .
2) Write the PHP script
filename: ./fuel/app/classes/controller/verifytoken.php
If you do not want to use PHP Framework, read this page to create Plain PHP script codes, https://php-steps.blogspot.com/2018/05/verify-firebase-id-token-using-plain.html .
No comments:
Post a Comment