Re: Sign in with apple?

2020-06-03 Thread Ray Kiddy via Webobjects-dev
On 6/2/20 5:41 AM, Jesse Tayler wrote: On Jun 1, 2020, at 9:40 PM, Ray Kiddy wrote: Somebody comes in to the app, I get their e-mail address and sent them an "invite" into the app. This is exactly as secure as any password-storage system that uses e-mail to reset passwords This means

Main not a subclass of WOComponent - but an odd cause - bad selenium jar?

2020-06-03 Thread Ray Kiddy via Webobjects-dev
Hello - Just an FYI. I had an odd crash after adding some unit test code to an application. I have found the work-around for the problem but have not yet determined the cause. I got an exception on first accessing the app: *Error:* java.lang.IllegalArgumentException: Class 'Main' exists

Re: Sign in with apple?

2020-06-03 Thread Amedeo Mantica via Webobjects-dev
I use this library https://github.com/auth0/java-jwt the Apple public Keys for verification are here https://appleid.apple.com/auth/keys Amedeo > On 2 Jun 2020, at 14:41, Jesse Tayler via Webobjects-dev > wrote: >