Netlify’s gateway to hosted git APIs.
Implementation for File Management System API based on Api.
Api and Implementation from backend-github/gitlab/bitbacket extended with Netlify-specific LargeMedia(LFS) and JWT auth.
AuthenticationPage - uses lib-auth and implements Netlify Identity authentication flow.
Look at tests or types for more info.
When debugging the CMS with Git Gateway you must:
Tell the CMS the URL of your Netlify site using a local storage item. To do so:
http://localhost:8080/ in the browserlocalStorage.setItem('netlifySiteURL', 'https://yourwebsiteurl.netlify.app/')localStorage.getItem('netlifySiteURL')