You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gitea/services/auth
Lunny Xiao 82db9a2ba7
Fix the bug that user may logout if he switch pages too fast (#29962)
This PR fixed a bug when the user switching pages too fast, he will
logout automatically.

The reason is that when the error is context cancelled, the previous
code think user hasn't login then the session will be deleted. Now it
will return the errors but not think it's not login.

---------

Co-authored-by: wxiaoguang <wxiaoguang@gmail.com>
11 months ago
..
source Replace more gt- with tw- (#29678) 11 months ago
auth.go Move context from modules to services (#29440) 12 months ago
auth_test.go
auth_token.go
auth_token_test.go Refactor timeutil package (#28623) 1 year ago
basic.go Unify two factor check (#27915) 1 year ago
group.go
httpsign.go Use db.Find instead of writing methods for every object (#28084) 1 year ago
interface.go
main_test.go
oauth2.go Fix tarball/zipball download bug (#29342) 12 months ago
reverseproxy.go Start to migrate from `util.OptionalBool` to `optional.Option[bool]` (#29329) 12 months ago
session.go Fix the bug that user may logout if he switch pages too fast (#29962) 11 months ago
signin.go remove util.OptionalBool and related functions (#29513) 11 months ago
source.go
sspi.go remove util.OptionalBool and related functions (#29513) 11 months ago
sspiauth_posix.go
sspiauth_windows.go
sync.go Use db.Find instead of writing methods for every object (#28084) 1 year ago