1
1
mirror of https://github.com/go-gitea/gitea synced 2024-09-21 19:26:06 +00:00
gitea/routers/web/auth
techknowlogick f183783baa
Save initial signup information for users to aid in spam prevention (#31852)
This will allow instance admins to view signup pattern patterns for
public instances. It is modelled after discourse, mastodon, and
MediaWiki's approaches.

Note: This has privacy implications, but as the above-stated open-source
projects take this approach, especially MediaWiki, which I have no doubt
looked into this thoroughly, it is likely okay for us, too. However, I
would be appreciative of any feedback on how this could be improved.

---------

Co-authored-by: Giteabot <teabot@gitea.io>
2024-09-09 17:05:16 -04:00
..
2fa.go Move context from modules to services (#29440) 2024-02-27 08:12:22 +01:00
auth_test.go Refactor names (#31405) 2024-06-19 06:32:45 +08:00
auth.go Save initial signup information for users to aid in spam prevention (#31852) 2024-09-09 17:05:16 -04:00
linkaccount.go add CfTurnstileSitekey context data to all captcha templates (#31874) 2024-08-19 17:58:53 +00:00
main_test.go make writing main test easier (#27270) 2023-09-28 01:38:53 +00:00
oauth_test.go Bump github.com/golang-jwt/jwt to v5 (#25975) 2023-07-19 09:57:10 +00:00
oauth.go OIDC: case-insensitive comparison for auth scheme Basic (#31706) 2024-07-26 19:51:45 +00:00
openid.go add CfTurnstileSitekey context data to all captcha templates (#31874) 2024-08-19 17:58:53 +00:00
password.go Remove urls from translations (#31950) 2024-09-02 18:36:24 +00:00
webauthn.go Add Passkey login support (#31504) 2024-06-29 22:50:03 +00:00