https://prefect.io logo
Title
f

flapili

05/03/2023, 8:15 PM
Hi, is it possible to monkeypatch prefect UI without editing src and maintaining my own fork ? full context: I have added token based auth on top of prefect via some monkeypatching of create_app, but for now I have an admin/login page in plain html, the idea for now is just redirect to this page if the api return a 401
n

nicholas

05/04/2023, 9:52 PM
Hi @flapili - you’ll need to maintain your own fork if you plan to make bespoke changes to the app source code
f

flapili

05/05/2023, 5:14 AM
Hi, first a thinked to add a kind of middleware in axios in another file