From 9909a9175c37d7bce39cb3c02dae6f0a1f658b65 Mon Sep 17 00:00:00 2001 From: Denys Konovalov Date: Sun, 15 Jan 2023 22:37:10 +0100 Subject: [PATCH] credits --- LICENSE | 1 + README.md | 4 +++- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/LICENSE b/LICENSE index af478e1..5f58e66 100644 --- a/LICENSE +++ b/LICENSE @@ -1,5 +1,6 @@ MIT License +Copyright (c) 2023 Denys Konovalov Copyright (c) 2021 Donal Farrell Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/README.md b/README.md index 76a6de5..9d45f3f 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ This is a lightweight Go server for handling OAuth flows with Gitea, Gitlab, Bitbucket, GitHub. -> Note: My primary use case is providing OAuth between Gitea and NetlifyCMS. Other SCMs are untested as of now. +> Note: My primary use case is providing OAuth between Gitea and Static CMS. Other SCMs are untested as of now. ## Setup @@ -65,4 +65,6 @@ callbackUri="http://localhost:3000/callback/gitea" ### Credits +Fork of https://github.com/donskifarrell/scm-oauth-provider + Inspiration taken from https://github.com/igk1972/netlify-cms-oauth-provider-go \ No newline at end of file