Skip to content

Latest commit

 

History

History
13 lines (7 loc) · 756 Bytes

File metadata and controls

13 lines (7 loc) · 756 Bytes

GitLab backend

An abstraction layer between the CMS and GitLab

Code structure

Implementation for File Management System API based on Api. With Editorial Workflow uses merge requests labels to track unpublished entries statuses.

Api - A wrapper for GitLab REST API.

AuthenticationPage - A component uses lib-auth to facilitate OAuth, PKCE and implicit authentication.

Look at tests or types for more info.