Hi
@rp_st ,
First of all, thanks for being here. Second, I have some feedback in the bigger picture:
I feel like every Supertokens update, I have to come in here and ask for help. And I feel that the breaking changes are just too much. This results in me spending my weekend fixing my auth with every major SDK update, which now happens almost every 2 months. And the reason why I am using your service, is because I want to spend less time on auth.
As you know I am running the Capacitor community package and am a major advocate of your company. At my company we are also using Supertokens and soon will be a larger customer. I really like the changes, and am glad you guys ship so fast, but you're shipping so fast I can't keep up.
I guess this is the disadvantage of not having a codemod, or any other solution. Another solution would be that you guys make a PR to the
https://supertokens.com/docs/thirdpartyemailpassword/capacitor-integration/about , because its taking quite some of my time to keep up.
You see, I have to support authentication with all your recipes, on iOS, Android and Web devices. So you may understand things can get quite complicated, if I have to make sure that every device on every recipe is still working every major SDK change.
Today when updating my
supertokens-web-js
to
0.8.0
from
0.6.0
I ran into an infinite loop and I have to debug this again, whether its coming from 0.7.0 or from the backend, or if I forgot something in the changelog. I won't ask for your support yet as I probably made a mistake somewhere in the process myself, but it takes a lot of time.
Yeah, I am just ranting here but actually would like to have a long-term solution. If I see the posts above in this chat, I don't think I am the only one with this feeling. Its not a new feeling I have, already at the SDK 14 update when we did everything perfect but apparently the core had to be updated which wasn't in our hands, but did cost us hours to figure out