conic
SSolara
•Created by conic on 2/19/2024 in #questions-issues
Help: Auth Redirect to a new page
I'd like for my application to start on the
auth0
login url rather than a solara page if the user is not authenticated.
The example for solara auth involves a Button redirect to the login_url
I'm looking for a redirect function without a button initiating the event.
What are my options?11 replies
SSolara
•Created by conic on 2/16/2024 in #questions-issues
Help: Drawing a rectangle on an ipyleaflet map
Trying to create an ipyleaflet component but the state and view management is a bit over my head. Does anyone have experience in creating a component that updates a "bounding_boxes" reactive element?
59 replies
SSolara
•Created by conic on 1/23/2024 in #questions-issues
AWS Cognito Auth?
My team uses this. Doesn't work by default with solara auth. Despite cognitos support for oauth2 and OIDC/etc. Can this be a configuration issue with cognito? Or is there something that Im overlooking.
3 replies
SSolara
•Created by conic on 1/16/2024 in #questions-issues
production flag throws error
I run into some error where running
--production
solara run demo_main.py --production
doing a regular solara run demo_main.py
seems to work, but production seems to crash everything.4 replies