Actions
Feature proposal #3924
closedReview implementing own jQuery popup solution
Description
Instead of using social sites JS libraries review implementing own jQuery popup solution for oAuth. See below example.
http://www.jquery4u.com/social-networking/oauth-popup-window/
Updated by krileon over 11 years ago
- Status changed from Assigned to Resolved
- % Done changed from 0 to 100
Updated by krileon over 11 years ago
Twitter and Google replaced with inhouse solution. 3rd party libraries not needed for those 2 logins now.
Updated by krileon over 11 years ago
- % Done changed from 100 to 70
Still need to replace Facebook, Windows Live, and LinkedIn solutions. This will completely eliminate dependency on 3rd party APIs, which gets rid of conflicts and improves page load performance (no longer have to wait on social sites JS to load).
Updated by krileon over 11 years ago
- % Done changed from 70 to 90
Now implemented also for Windows Live and LinkedIn using REST APIs to handle the token exchanges. No more JS library dependency.
Updated by krileon over 11 years ago
- Status changed from Assigned to Resolved
- % Done changed from 90 to 100
Actions