Firm-Collective / ai-journal

This is the AI Journal app / module
0 stars 1 forks source link

Sign in with Google/Facebook/Apple logic #25

Open dave-cao opened 2 weeks ago

Lyton505 commented 6 days ago

@dave-cao was your fix for the error "Value being stored in Securestore is larger than 2048 bytes" a permanent fix? I'm getting the same error when logging in with Apple on ios

Lyton505 commented 6 days ago

Apple sign in requires an Apple developer account. See here and here

Lyton505 commented 6 days ago

For the secure store error, I've found this and this

dave-cao commented 6 days ago

@dave-cao was your fix for the error "Value being stored in Securestore is larger than 2048 bytes" a permanent fix? I'm getting the same error when logging in with Apple on ios

What my fix did was compress the information before storing it, and then when grabbing it again, it would decompress the information. I'm guessing even after compressing it, it still goes over 2048 bytes.

dave-cao commented 6 days ago

Apple sign in requires an Apple developer account. See here and here

Let's hold off on this for now then. Looks like we have to pay for an Apple Developer account. Nonprofits might be able to waive the fee but its a process we shouldn't be dealing with at the moment.

dave-cao commented 6 days ago

For the secure store error, I've found this and this

@Lyton505 I tried the first link you send here and it works! What branch are you working from? I can add it in there so we can test it out.

Lyton505 commented 6 days ago

I'm on fbAuth-dev

dave-cao commented 5 days ago

I'm on fbAuth-dev

@Lyton505 I changed and pushed the new secure store!

dave-cao commented 5 days ago

@Lyton505 In the fbAuth-dev branch, I am getting this error when trying to login with Facebook:

Image

Image