--
You received this message because you are subscribed to the Google Groups "Firebase Google Group" group.
To unsubscribe from this group and stop receiving emails from it, send an email to firebase-tal...@googlegroups.com.
To post to this group, send email to fireba...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/firebase-talk/1f4d4641-dbaa-4c94-a2c6-7e88e911cf74%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
header = {'kid': 'd1cd6b7397f2c81e19b0d83ac8bf685db6dc27ca'}token = jwt.encode(payload, key, algorithm='RS256', headers=header)return tokenexcept Exception as e:logging.error("JWT create_token Error")logging.error(e.message)logging.error(traceback.format_exc())return None
ThanksFabian
header = {'kid': 'd1cd6b7397f2c81e19b0d83ac8bf685db6dc27ca'}token = jwt.encode(payload, key, algorithm='RS256', headers=header)return tokenexcept Exception as e:logging.error("JWT create_token Error")logging.error(e.message)logging.error(traceback.format_exc())return None
ThanksFabian
To unsubscribe from this group and stop receiving emails from it, send an email to firebase-tal...@googlegroups.com.--
You received this message because you are subscribed to the Google Groups "Firebase Google Group" group.
To post to this group, send email to fireba...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/firebase-talk/1f4d4641-dbaa-4c94-a2c6-7e88e911cf74%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
--
You received this message because you are subscribed to the Google Groups "Firebase Google Group" group.
To unsubscribe from this group and stop receiving emails from it, send an email to firebase-tal...@googlegroups.com.
To post to this group, send email to fireba...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/firebase-talk/933c7e83-fcf4-4061-8c2e-9b0c5b49bed6%40googlegroups.com.
header = {'kid': 'd1cd6b7397f2c81e19b0d83ac8bf685db6dc27ca'}token = jwt.encode(payload, key, algorithm='RS256', headers=header)return tokenexcept Exception as e:logging.error("JWT create_token Error")logging.error(e.message)logging.error(traceback.format_exc())return None
ThanksFabian
To unsubscribe from this group and stop receiving emails from it, send an email to firebase-tal...@googlegroups.com.--
You received this message because you are subscribed to the Google Groups "Firebase Google Group" group.
To post to this group, send email to fireba...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/firebase-talk/1f4d4641-dbaa-4c94-a2c6-7e88e911cf74%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Fabian
ThanksFabian
To view this discussion on the web visit https://groups.google.com/d/msgid/firebase-talk/374448f5-e08d-4c54-90f9-61ce9da53647%40googlegroups.com.
Fabian
ThanksFabian
Hi Fabian, you can create a token with an expiration in the past to share. Unless you've added sensitive data, there's nothing in the decoded token more valuable than the user ID.
Fabian
ThanksFabian
To view this discussion on the web visit https://groups.google.com/d/msgid/firebase-talk/3e343045-ab49-41c0-acdc-7e8e8771941d%40googlegroups.com.
Sorry, was still typing. For decoded tokens specifically, you can omit sensitive data or send them via https://firebase.google.com/support/
To view this discussion on the web visit https://groups.google.com/d/msgid/firebase-talk/CADypTEY%2BL7c%2BceQWQyVZ3fNaKf_Yi-XmbtbeTOUb4qqJqnMxzA%40mail.gmail.com.