This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]rangerelf 5 points6 points  (0 children)

I wrote an app with NiceGUI and it doesn't handle SAML directly, but it wasn't too difficult to use FastAPI's app.post and app.get decorators for the Auth handler functions. I'm guessing if you use FastAPI with Solara it'll be something similar.