karagenit / forks

Find Most Updated Forks of a Github Repository
http://caleb.techhounds.com/forks
MIT License
1 stars 0 forks source link

AJAX Requests #13

Open karagenit opened 7 years ago

karagenit commented 7 years ago

This is going to be weird with the OAuth stuff - the client would have to send their token everytime? Or use PHP sessions probably - that way we don't have to re-authenticate every time.

karagenit commented 7 years ago

Okay, here's another weird situation: will the PHP give the client the full JSON or just the repo/point values? If we don't give them the full JSON, we'd be omitting the error information (such as not being authenticated) which would complicate things.

karagenit commented 7 years ago

See #20 #9