Re: [fpc-devel] Google APIs - Authenticate using a service account?

2020-07-10 Thread Joost van der Sluis
Op 30-06-2020 om 09:47 schreef Michael Van Canneyt: On Fri, 26 Jun 2020, Wayne Sherman via fpc-devel wrote: Is there support in the fpc google api units for authenticating as a service account? Background: Service accounts allow an application to interact with Google APIs without authenticati

Re: [fpc-devel] Google APIs - Authenticate using a service account?

2020-07-10 Thread Michael Van Canneyt
On Fri, 10 Jul 2020, Joost van der Sluis wrote: Op 30-06-2020 om 09:47 schreef Michael Van Canneyt: On Fri, 26 Jun 2020, Wayne Sherman via fpc-devel wrote: Is there support in the fpc google api units for authenticating as a service account? Background: Service accounts allow an applicati

Re: [fpc-devel] Google APIs - Authenticate using a service account?

2020-07-10 Thread Joost van der Sluis
Op 10-07-2020 om 11:02 schreef Michael Van Canneyt: There is:  fppkg install cnocOIDC And you will have JWT support. Have a look at the TcnocOIDCIDTokenClaim and TcnocRSAPublicKey/TcnocRSAPrivateKey classes. Joost, I am aware of that, but this kind of basic functionality *really* should b

Re: [fpc-devel] Google APIs - Authenticate using a service account?

2020-07-10 Thread Michael Van Canneyt
On Fri, 10 Jul 2020, Joost van der Sluis wrote: Op 10-07-2020 om 11:02 schreef Michael Van Canneyt: There is:  fppkg install cnocOIDC And you will have JWT support. Have a look at the TcnocOIDCIDTokenClaim and TcnocRSAPublicKey/TcnocRSAPrivateKey classes. Joost, I am aware of that, but

Re: [fpc-devel] Google APIs - Authenticate using a service account?

2020-07-10 Thread Florian Klämpfl
 > > And run-time is shifting to web: > Most desktop applications I know are being moved (or have moved) to the web. > > I believe that soon, the only native apps left will be services and apps that > need hardware access (automation etc.) Well, using Zoom a lot the last months, it taught me th

Re: [fpc-devel] Google APIs - Authenticate using a service account?

2020-07-10 Thread Florian Klämpfl
> > And run-time is shifting to web: > Most desktop applications I know are being moved (or have moved) to the web. > > I believe that soon, the only native apps left will be services and apps that > need hardware access (automation etc.) Well, using Zoom a lot the last months, it taught me tha

Re: [fpc-devel] Google APIs - Authenticate using a service account?

2020-07-10 Thread Michael Van Canneyt
On Fri, 10 Jul 2020, Florian Klämpfl wrote:  And run-time is shifting to web: Most desktop applications I know are being moved (or have moved) to the web. I believe that soon, the only native apps left will be services and apps that need hardware access (automation etc.) Well, using Zoom

Re: [fpc-devel] Google APIs - Authenticate using a service account?

2020-07-10 Thread Florian Klämpfl
Am 10.07.20 um 21:45 schrieb Michael Van Canneyt: On Fri, 10 Jul 2020, Florian Klämpfl wrote:  And run-time is shifting to web: Most desktop applications I know are being moved (or have moved) to the web. I believe that soon, the only native apps left will be services and apps that ne

Re: [fpc-devel] Google APIs - Authenticate using a service account?

2020-07-10 Thread gabor via fpc-devel
W dniu 2020-07-10 o 22:31, Florian Klämpfl pisze: It starts with simply things: how to use multiple screens with the web based solutions: how to undock chat window, screen cast, participants or videos and arrange them to different screens? Yes, webapps. Readability and usability less important

Re: [fpc-devel] Google APIs - Authenticate using a service account?

2020-07-10 Thread Michael Van Canneyt
On Fri, 10 Jul 2020, gabor via fpc-devel wrote: W dniu 2020-07-10 o 22:31, Florian Klämpfl pisze: It starts with simply things: how to use multiple screens with the web based solutions: how to undock chat window, screen cast, participants or videos and arrange them to different screens? Ye

[fpc-devel] Problem compiling rtl for arm-embedded with -CfFPV4_SP_D16

2020-07-10 Thread Michael Ring via fpc-devel
I today updated to latest trunk, I am getting an error compiling rtl for arm-embedded, but only for armv7em with enabled FPU, armv6m and armv7m compile fine. /Users/ring/fpcupdeluxe/fpc/bin/x86_64-darwin/ppcarm -Cparmv7em -Ur -Tembedded -Parm -XParm-embedded- -Xr -Ur -Xs -O2 -n -Fi../inc -Fi..