andacata/HybridIgniter

Logout basic usage etc

Closed this issue · 1 comments

Hi,
Thanks for this work, it makes things much simpler.

I am just wondering what is the right way to "check" for HybridAuth status in another controller. I assume that you load the library from the other controller and then the HybridAuth functions are simply available?

Also having a logout and status api (as in the Dovy fork) seem like good features. Any plans to integrate?

The documentation for this project is pretty lacking, and someone who has a little experience with CodeIgniter and a little more with HybridAuth, it is still not obvious how they tie together here.

If I contributed a better README.md file would you take it? I can make it better, but not all projects welcome documentation improvements...

-FT

First, sorry for the delayed response.

All the improvements (code or documentation) are welcome.

I like the library as simplest as possible, to easily integrate only dropping the files inside a CodeIgniter project. Only provides "glue" between HybridAuth and CodeIgniter. More functionality is a different project.

Thanks a lot.