Is REST API Possible with Codeigniter? |
(12-09-2017, 08:09 AM)daveĀ friend Wrote: You are asking about Authentication which is a separate concern from REST API. The problem with using a standard authentication library with an API is that most APIs don't work that way. I've used a lot of APIs over the years, and never used one ever that utilized cookies/sessions, which is how Community Auth works, and I'm assuming how Ion Auth works. You'd normally have API users sign up and assign them a username and password for their API access. So you develop that, and when API requests come in they must include the username and password. With the exception of Amazon, every API I've used works this way, unless authentication is not required. It's not rocket science. |
Messages In This Thread |
Is REST API Possible with Codeigniter? - by mahesh2150 - 12-09-2017, 03:32 AM
RE: Is REST API Possible with Codeigniter? - by alinsimy - 12-09-2017, 04:56 AM
RE: Is REST API Possible with Codeigniter? - by InsiteFX - 12-09-2017, 05:08 AM
RE: Is REST API Possible with Codeigniter? - by mahesh2150 - 12-09-2017, 06:06 AM
RE: Is REST API Possible with Codeigniter? - by dave friend - 12-09-2017, 08:09 AM
RE: Is REST API Possible with Codeigniter? - by skunkbad - 12-09-2017, 11:01 AM
RE: Is REST API Possible with Codeigniter? - by dave friend - 12-09-2017, 12:24 PM
RE: Is REST API Possible with Codeigniter? - by InsiteFX - 12-10-2017, 04:46 AM
RE: Is REST API Possible with Codeigniter? - by dave friend - 12-10-2017, 08:26 AM
RE: Is REST API Possible with Codeigniter? - by legend1995 - 12-06-2019, 04:47 AM
RE: Is REST API Possible with Codeigniter? - by InsiteFX - 12-06-2019, 12:16 PM
RE: Is REST API Possible with Codeigniter? - by legend1995 - 12-06-2019, 12:47 PM
|