Migrate arkindex.dataimport frontend
⚠ Breaking changes
The callback URI has been moved to the API. OAuth authentications will stop working; GitLab will return "Invalid URI" errors.
Head over to https://gitlab.com/profile/applications and reconfigure the Arkindex applications' callback URIs.
- Before:
/imports/oauth/gitlab/callback
- After:
/api/v1/oauth/providers/gitlab/callback/
(do not forget the trailing slash, GitLab is slash-sensitive)
Edited by Erwan Rouchet