google signin - Firebase authenticate with backend server -


my android app uses google sign in , works well. add tokenid every server request , verify on server. easy implement using this example (i'm using python).

i'm migrating go through firebase can add other authentication providers. problem can't seem verify token on server. need verification, no creation. firebase seems provide libraries node.js , java ccould use standard jwt library pyjwt. find firebase's public key in order verrify token?

i found answer in this post. public keys firebase can found here. kid field in header determines key use.


Comments

Popular posts from this blog

wordpress - (T_ENDFOREACH) php error -

Export Excel workseet into txt file using vba - (text and numbers with formulas) -

Using django-mptt to get only the categories that have items -