Added Gitea OAuth login and account management.#293
Conversation
|
Got it working on my instance @gytisrepecka! Just had an issue during set up that I lay out in a comment. Otherwise works great from a user perspective! |
…s pull request writefreely#293 feedback.
… must always use host from config.ini.
|
If possible, pull sources once again and try building: |
Just did this & got Gitea OAuth login working on my instance with the added |
|
Merged current This version is running live on fedi.dev. |
thebaer
left a comment
There was a problem hiding this comment.
Everything looks good! Just need to run go fmt on these Go files and we can get this merged.
|
Thanks for your patience on my review -- just some quick formatting needed and we can get this in. |
|
Performed formatting: $ gofmt -w account.go
$ gofmt -w config/config.go
$ gofmt -w oauth.go
$ gofmt -w oauth_gitea.go
$ gofmt -w routes.goPlease take a look if there's something else. |
thebaer
left a comment
There was a problem hiding this comment.
Looks good! Thanks for your great work on this.
Added Gitea OAuth login and account management functionality based on Matt's guidelines.