JWT Signing Keys in Swift?
I saw this video from Jon Meyers about using JWT Signing Keys to significantly improve the authentication speed of a web application.
I was wondering if this can be applied to Swift iOS applications as well?
My Swift application follows this Supabase tutorial and my code looks like this:
And I get the user's ID like this:
Are there any changes that can be made to Swift applications to take advantage of the new JWT Signing Keys feature to help improve authentication time?
I was wondering if this can be applied to Swift iOS applications as well?
My Swift application follows this Supabase tutorial and my code looks like this:
And I get the user's ID like this:
Are there any changes that can be made to Swift applications to take advantage of the new JWT Signing Keys feature to help improve authentication time?