Entity/attribute/relationship terrible toString?

2020-06-01 Thread ocs--- via Webobjects-dev
Hi there, occasionally, I need to put entities/attributes/relationships into complex nested property lists. Occasionally for debug, I need to print out these property lists. Alas, entities/attributes/relationships normally print out their complete contents in their toStrings, which makes the l

Re: Sign in with apple?

2020-06-01 Thread Ray Kiddy via Webobjects-dev
What problem are you trying to solve? Are you wanting to not store passwords? Even if you use a third-party solution, you are still going to store user-specific configuration information, yes? Or are you handing all of that to Apple? I have apps that are secure and I do not store passwords. S

Re: Sign in with apple?

2020-06-01 Thread Aaron Rosenzweig via Webobjects-dev
You make a good point Ray - about using a password-less system - and you can do that with Auth0 and Okta too: https://auth0.com/docs/connections/passwordless https://www.okta.com/passwordless-authentication/