fireauth icon indicating copy to clipboard operation
fireauth copied to clipboard

Firebase Auth Token Generator in Go

Results 4 fireauth issues
Sort by recently updated
recently updated
newest added

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."

enhancement
help wanted

ref : https://firebase.google.com/docs/auth/server/create-custom-tokens