thuyng-ing
thuyng-ing
> Any good replacement for fastapi-jwt-auth? No, the last time, I used https://github.com/GlitchCorp/fastapi-another-jwt-auth as an alternative but seems like the maintainer abandoned it.
Hi, is there any update on this integration? Thank you very much!
following! Is there any update on this? thanks!
Same for me for Oracle ```import sqlalchemy from testcontainers.oracle import OracleDbContainer with OracleDbContainer() as oracle: engine = sqlalchemy.create_engine(oracle.get_connection_url()) with engine.begin() as connection: result = connection.execute(sqlalchemy.text("select * from V$VERSION")) ``` env...
<Quoted Reply> > I've encountered this same issue with `mariadb:11.1.2` on Windows 11, except in my case, I was using `testcontainers.mysql.MySqlContainer`. I got around this issue by just using the...
@RicardoNRevs same question. have you found the solution? thanks