-
-
Notifications
You must be signed in to change notification settings - Fork 328
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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.go Please take a look if there's something else. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good! Thanks for your great work on this.
Added Gitea OAuth login and account management functionality based on Matt's guidelines.