#Code Reviews

1 messages · Page 4 of 1

snow sapphire
snow sapphire
woven tundra
snow sapphire
snow sapphire
snow sapphire
woven tundra
snow sapphire
woven tundra
#

Have been meaning to do this for a while now, but I have to admit, the was a bit of selfish motivation at play 😛
We're gonna move some things over to Litestar at work, coming from Django. So I thought a good guide might lead to me having to do less explaining 😄

snow sapphire
#

we have quite a bit of parity (excluding the admin panel).

woven tundra
#

Yes!

snow sapphire
#

channels, CLI extensions, plugins, controllers, events, DTOs all have some overlap with a django or drf feature.

woven tundra
#

Yeah. In terms of scope, we're sitting closer to Django than FastAPI or Flask

snow sapphire
#

I think we are almost ready for Adv Alchemy 2.0

snow sapphire
#

Corrects a bug that made the PGCrypto backend broken (guess there's been minimal users of it). Also adds a TOTP field type (for MFA auth) and a One Time Code field for use in your services for one-time use fields.

https://github.com/litestar-org/advanced-alchemy/pull/758

GitHub

Summary
Enhances the at-rest cryptographic column types and add two new types — an encrypted TOTP shared-secret type and a hashed one-time-code type.
PGCryptoBackend was non-functional (the base mo...