This commit is contained in:
Denys Konovalov 2023-01-15 22:37:10 +01:00
parent 79580c1c51
commit 9909a9175c
2 changed files with 4 additions and 1 deletions

@ -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

@ -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