Feodor Fitsner

Results 288 comments of Feodor Fitsner

Pglet uses Fluent UI library by Microsoft. I'm looking at the [docs for Textfield control](https://developer.microsoft.com/en-us/fluentui#/controls/web/textfield) and description to `onChange` event says "*Callback for when the input value changes. This is...

Fluent `Textfield` itself has some validation framework - I haven't explored it yet. And there is also masked input support which could be interesting for some scenarious.

How/where do you host your app?

So, your question is how to configure OAuth app on Google side or how to configure it in Pglet, or both?

...I mean you might have an app already configured by your org's admin. Just trying to understand what first should I focus on.

OK, let me fix the docs for that :)

It's still in progress, but this is a bare minimum: https://github.com/pglet/website/blob/powershell-guide/docs/pglet-server/installation.md#configuring-google-oauth

Yep, and this is how it works: https://pglet.io/blog/pglet-0-4-6-authentication and an example: https://github.com/pglet/examples/blob/main/python/controls/signin_app.py

> Can i delete the other auth options from the menu? I only want my users to use google Yes, you can start an app like `pglet.app("pagename", target=main, permissions="google:*@yourdomain.com")` -...

@isaiahtaylor thanks for trying Pglet and sorry for the delay with reply! I've been thinking about **components** as something made of existing **controls** and could be re-used on multiple pages/apps....