fireauth
fireauth copied to clipboard
Firebase Auth Token Generator in Go
I am a bot. Please reach out to [@azillion](https://github.com/azillion) if you have any issues, or just close the PR.
The algorithm used in fireauth is HS256 as specified in [generator.go](https://github.com/zabawaba99/fireauth/blob/master/generator.go) ```go // Firebase specific values for header const ( TokenAlgorithm = "HS256" TokenType = "JWT" ) ``` Firebase seems...
When attempting an auth from a generated token by fire auth I am getting: FIRAuthErrorDomain Code=17000 "The custom token format is incorrect. Please check the documentation."
ref : https://firebase.google.com/docs/auth/server/create-custom-tokens