Khan / khan-api

Documentation for (and examples of) using the Khan Academy API
http://www.khanacademy.org
377 stars 75 forks source link

Is support for authentication flow v1 officially dropped? #130

Open jb-1980 opened 6 years ago

jb-1980 commented 6 years ago

Within the last few days I have received reports of consumers of our app seeing this when trying to authenticate:

image

After much investigation, I noticed that we were still using the v1 authentication flow. After updating our code to v2 the issue went away.

If support has been dropped, I would be happy to update README.md and submit a pull request.