chumpo
BABetter Auth
•Created by luksch42 on 3/5/2025 in #help
Sign in with Apple in web fails / error: 'invalid_client'
@here do we have to generate a new client_secret every time the jwt exp is met... I mean with my local development server Im getting invalid_client or invalid_code every hour
has anyone here had that experience?
14 replies
BABetter Auth
•Created by luksch42 on 3/5/2025 in #help
Sign in with Apple in web fails / error: 'invalid_client'
Your cloent secret you would have to generate it using a pem cert you can download from apple
14 replies
BABetter Auth
•Created by luksch42 on 3/5/2025 in #help
Sign in with Apple in web fails / error: 'invalid_client'
Your client id would be what the identifier for the specific service id that you set up so enable sign in with a web service is inside apple developer account
14 replies
BABetter Auth
•Created by luksch42 on 3/5/2025 in #help
Sign in with Apple in web fails / error: 'invalid_client'
nvm I figure it out, I had an invalid_code as in my apple secret wasn't generated with the proper signinid, setting up al this stuff in apple is a PITA tho
Also had to follow this for CSRF https://gist.github.com/Maxiviper117/95a31750b74510bbb413d2e4ae20b4e8
14 replies
BABetter Auth
•Created by luksch42 on 3/5/2025 in #help
Sign in with Apple in web fails / error: 'invalid_client'
Im having the same issue, did you ever fix it? where is that option to set trustedDomains?
14 replies
BABetter Auth
•Created by chumpo on 3/11/2025 in #help
Set tables in auth not public
marking this as solved!
Thanks @rtmorgan
and thanks @MaveriX89 for the suggestion but Im not using an orm
8 replies
BABetter Auth
•Created by chumpo on 3/11/2025 in #help
Set tables in auth not public
thanks, will try this out
8 replies