cunybpl / aiodal

async data access layer and related tools for sqlalchemy core
0 stars 0 forks source link

Update libraries #39

Closed bsnacks000 closed 3 months ago

bsnacks000 commented 3 months ago

@tinnaing347 Can we update all the core deps to the latest versions and check for any API breakages?

tinnaing347 commented 3 months ago

We may be able to replace python-jose with pyjwt link instead. Also, pyjwt is sponsored by auth0.

tinnaing347 commented 3 months ago

ref: https://auth0.com/blog/how-to-handle-jwt-in-python/

bsnacks000 commented 3 months ago

Nice... yeah this is clearly more up to date and way less issues... Early next week maybe we can swap them out...

tinnaing347 commented 3 months ago

@bsnacks000 added (or rather modified) e2e testing app for auth0; you will need to add secret AUTH0_TESTING_CLIENT_SECRET for gh action and run e2e marked tests.