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