bcosca / fatfree

A powerful yet easy-to-use PHP micro-framework designed to help you build dynamic and robust Web applications - fast!
2.66k stars 446 forks source link

OpenID Documentation #1197

Closed Staja closed 3 years ago

Staja commented 4 years ago

It would be useful to add sample code or improve the documentation of the OpenID class. It doesn't have sufficient information to help anyone implementing it.

Rayne commented 4 years ago

Maybe a look at the tests will help you:

And for the sake of completeness:

Feel free to contribute to the documentation in our F3com-data repository.

Staja commented 4 years ago

I had a look at the OpenID class and discovered the XRDS discovery implementation and then discovered my problem, I missed the forest for the trees, I was expecting Open ID Connect not the original OpenID, that is why I was so confused about the workflow.