Oleg Romanov

Results 10 comments of Oleg Romanov

@Akkarine if u are interested in combining session auth + custom user model, u can try smth like this: [Session Model and logic](https://github.com/northpowered/fastapi-boilerplate/blob/master/accounting/authentication/models.py) [User model and login method](https://github.com/northpowered/fastapi-boilerplate/blob/master/accounting/users/models.py) [Using this...

> @northpowered Thanks for this, it looks promising! > > I think the linters are currently failing because of isort. Mb because we are using different linters Due to testing,...

Any thoughts? ;-)

@dantownsend Pls, run linters, I hope I fixed typing problems for Python < 3.10

@dantownsend mb we can merge #566 ?

@dantownsend I changed list[...] to t.List[...] to keep this compatible with Python3.7 Also upgraded some files up to v.0.109.0

> Thanks. I feel strongly about not having an option to completely disable the special use domains check: It should not be easy to have non-deliverable addresses pass validation. Is...

> > I`m voting also for an availability to use any domain, if developer want it :D > > This isn't a democracy. :) My goal is to make a...

> Yep, that's good! This `globally_deliverable` option ignore period and regex checks in TLD, but this patch isn't clearing `SPECIAL_USE_DOMAIN_NAMES` as you said before :-) To clear this check I...