Link to home
Start Free TrialLog in
Avatar of Eduardo Fuerte
Eduardo FuerteFlag for Brazil

asked on

Could you point a good way to implement a bearer token by using PHP?

Hi Experts

Could you point a good way to implement a bearer token by using PHP?

Thanks in advance
Avatar of Julian Hansen
Julian Hansen
Flag of South Africa image

What are you going to be using it for?
Are you going to be connecting to an existing Authentication service?
Are you going to setup your own?

What authentication scheme are you wanting to use (OAuth, JWT, Other)?
Avatar of Eduardo Fuerte

ASKER

Hi

I'm planning to use
Slim Framework
and they say at the end of this page:


In conclusion
Slim framework offers a clean and quick way to build a REST api. Although it does not have built-in libraries for authentication you can easily add 3rd party code for the same. The extremely small size of the base framework allows a quick installation on any server. In future posts we will look into some authentication methods for Slim framework.
ASKER CERTIFIED SOLUTION
Avatar of Julian Hansen
Julian Hansen
Flag of South Africa image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
I'm going to better study your references.

Thank you for help!
You are welcome - I see my post got truncated - there was a bit that came after that that seems to have been lost - sorry about that.
No problems!
It was very understandable.