balloman
Explore posts from servers❔ Audience is invalid error
I'm trying to use JWT authentication with .NET Core 7. I've created a jwt token, but when I try to use it for my server, I get the error:
Bearer error="invalid_token", error_description="The audience 'backend' is invalid"
3 replies
❔ Optional does not work with C# protobufs
I have a proto buf with the timestamp field being marked as optional, but it doesn't seem to do anything. I'm not sure if this is a bug or intended of the proto buf implementation. It's also not marked as nullable, so I have to do a null check to see if it exists, which feels very awkward.
2 replies