Closed djplaner closed 8 years ago
Hi David, I designed this library for scripts and server side asynchronous operation, but just like you, there are many that find it useful for web applications as well, and many of them are also interested in OAuth2. Pull-request would be great, although I would try to avoid UI components in the code and offer the HTML UI directives and apache (or other web server) directives such as header, outside the code as examples.
Looking forward for you pull-request. T.
Awesome. This helped me with my problem today. Thanks guys!
G'day,
Problem
My aim in using this client has been to use it in a web application. The problem is that I don't believe that the client supports GitHub Oauth via web application flow
Possible solution
I've developed a possible solution by combining this client with this PHP OAuth wrapper. The code below is for a simple web application that has the combination working.
To get this working has required some changes to GitHubClient base.
Relevant questions are