mfrey777

Results 7 comments of mfrey777

If you just use the following syntax, you can call a javascript function: start=>start: Start:>javascript:test('foo'); Is there a security concern with this option ?

Thank you for answer. I plan to generate the flowchart definition in a python backend api. So to be safe, I would have to generate the javascript to set onClick...

I ran into the same issue when trying to use asyncio_redis for the revocation list. What work-around did you use ? Did you create a new asyncio loop or did...

I have now seen that I could use the "audience" for the purpose explained above. But is there a way to pass the audience as parameter of jwt_required() (instead of...

Is importing select() from sqlalchemy really a solution to this, it don't see the point of using SQLModel and then bypassing it on all select statements. ? Is there a...

Is there any news on the merge of this PR, would be very much appreciated.

Same issue here. I store my postgres DB in a PVC and it very time consuming to re-initalize the database everytime (and especially to import my large test data set)....