forgejo/services/auth/source/oauth2
Gusted fc40a5e242
[CHORE] Move to new sessioner library
- Moves to a fork of gitea.com/go-chi/session that removed support for
couchbase (and ledis, but that was never made available in Forgejo)
along with other code improvements.
f8ce677595..main
- The rationale for removing Couchbase is quite simple. Its not licensed
under FOSS
license (https://www.couchbase.com/blog/couchbase-adopts-bsl-license/)
and therefore cannot be tested by Forgejo and shouldn't be supported.
This is a similair vein to the removal of MSSQL
support (https://codeberg.org/forgejo/discussions/issues/122)
- A additional benefit is that this reduces the Forgejo binary by ~600Kb.
2024-08-25 03:47:08 +02:00
..
assert_interface_test.go
init.go
jwtsigningkey.go
main_test.go
providers.go
providers_base.go
providers_custom.go
providers_openid.go
providers_simple.go
providers_test.go
source.go
source_authenticate.go
source_callout.go
source_name.go
source_register.go
source_sync.go
source_sync_test.go
store.go
token.go
urlmapping.go