Joshua Jamison

Results 30 comments of Joshua Jamison

@dtcMLOps , hope you find the tool useful so far. Hope to add Microsoft login very soon actually!

@aghure that is one way to accomplish this manually, but if you want this to automatically be updated in cookies, you'll need to specify that in the response headers manually....

Hello @aghure , every EasyAuthAPIRouter has an `api_router` attribute which is a direct reference to the `APIRouter` instance created, perhaps you can reference the `routes` property here? If that does...

@abduistheusername , it looks like the db URL contains postgres, but the library required for postgres may not be installed? Does the error not suggest a missing library?

Hi @daniel-kennedy easyauth is designed and tested to be deployed on linux, so within windows the results may be less predictable. I might suggest development within WSL or a container...

@ftasbasi , you are spot on, `Any` type is not currently supported because it is not explicit enough for serialization. I will still mark this one as a potential fix...

@alex-ong what DB did you use to reproduce this behavior? Just FYI For more granular control, such as Indexes / constraints, it could be worth while to consider using [pydbantic...

Thanks to @jasonvriends for initial report

Hi @tgoelles, thanks for opening this issue. This is a BUG introduced with newer versions of [easyrpc](https://github.com/codemation/easyrpc), which requires 'serialization' to be passed along with the setup of the easyrpc...

@avico78 glad that you are enjoying the project so far, I wish I could update it more as well. To accomplish what you are describing, should be doable via the...