Commit Graph

5 Commits (1294f6c511d0aca4608ba80a38f2d06f980c341a)

Author SHA1 Message Date
M Hickford 6a45a691c1
Ignore port for loopback redirect URIs ()
Following https://datatracker.ietf.org/doc/html/rfc8252#section-7.3

Fixes 
Lunny Xiao 1d8543e7db
Move some files into models' sub packages ()
* Move some files into models' sub packages

* Move functions

* merge main branch

* Fix check

* fix check

* Fix some tests

* Fix lint

* Fix lint

* Revert lint changes

* Fix error comments

* Fix lint

Co-authored-by: 6543 <6543@obermui.de>
Lunny Xiao 86c85c19b6
Refactor AssertExistsAndLoadBean to use generics ()
* Refactor AssertExistsAndLoadBean to use generics

* Fix tests

Co-authored-by: zeripath <art27@cantab.net>
Lunny Xiao fd7d83ace6
Move almost all functions' parameter db.Engine to context.Context ()
* Move almost all functions' parameter db.Engine to context.Context
* remove some unnecessary wrap functions
Lunny Xiao de8e3948a5
Refactor auth package ()