I've deleted key & secret from preferences page, and also controllers for managing those.
AFAIU, you want to get rid of authentiction by `ApiToken` (and friends) and keep only auth through `OAuthAccessToken`. In that case the following must be done: - Delete `ApiToken` & `ApiTicket` models and all related stuff - Change REST API tests to use authentication through `OAuthAccessToken` - Delete `RestClient` - Delete `scripts/tracker-rip.py`? It depends on `RestClient`. I assume that this is some old script that isn't needed anymore. Or maybe keep it, but change auth to oauth? - Delete integration in forge-classic (used only in `SFXUserApi` to set `api_key` for user, AFAICS) Just want to make sure we're on the same page here. --- ** [tickets:#1687] Remove pre-oauth stuff** **Status:** in-progress **Milestone:** forge-backlog **Labels:** cleanup 42cc **Created:** Wed Mar 09, 2011 07:33 PM UTC by Dave Brondsema **Last Updated:** Tue Apr 08, 2014 10:23 PM UTC **Owner:** nobody Remove the user preference for the key & secret key, and integration therein. Remove RestClient, remove server-side validation, etc. --- Sent from sourceforge.net because [email protected] is subscribed to https://sourceforge.net/p/allura/tickets/ To unsubscribe from further messages, a project admin can change settings at https://sourceforge.net/p/allura/admin/tickets/options. Or, if this is a mailing list, you can unsubscribe from the mailing list.
