Closed josefkarasek closed 2 years ago
Thanks for the pr, @josefkarasek . Can you please add a doc explaining how to use this auth provider? You can see the existing guides here: https://github.com/appscode/guard/tree/master/docs/guides/authenticator
@tamalsaha not sure if getting token from guard applies here, because the origin of the token is Firebase. The client then presents this token to guard and guard checks the token's validity.
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you all sign our Contributor License Agreement before we can accept your contribution.
0 out of 2 committers have signed the CLA.
:x: jkarasek
:x: josefkarasek
Usage: get your service account from firebase and pass it to guard via --firebase.sa-json-file - path to the google service account json file Then follow the guide as for other providers.