mirror of
https://github.com/makeplane/plane.git
synced 2026-07-14 06:25:58 +02:00
* feat: implement a generic oauth module for all callbacks - Strategy based pattern to implement OAuth callbacks for any third party integration - Implement strategy for Plane's internal OAuth - Add endpoint for fetching app installations * add missing fields for integration helper in github controller * pass client id, secret to strategy during init * revert conflict changes * use getPlaneAPIClient for consistency