-
The users role (e.g. `attendee` or `poster`) should be included in the JSON web tokens sent from the back end.
This will simplify things on the front end, and allow easily sending the role to the N…
-
I have a set of Service that must be used after login. I issue jwt to client so they can identify themselves. And I also got a AuthService which issue this token. So how do I setup my rpc server and c…
-
# Details
- Content type (Online Workshop, Lesson, Course, Tutorial, or Lesson Plan): Lesson
- Content title: Authentication with JSON Web Tokens
- Topic description: How to use JSON Web Toke…
-
### Before submitting a new icon request, please confirm the following:
- [X] I have [searched all issues](https://github.com/Templarian/MaterialDesign/issues?q=is%3Aissue) to make sure there isn't a…
-
### What happened?
Any chance you have an example of generating the GitHub App JWT? I keep running into the following error:
```
Octokit.AuthorizationException: A JSON web token could not be dec…
-
After logging in, users receive a JWT (JSON Web Token) as an authentication cookie, consisting
of the following three parts encoded in Base64:
- Header
- Payload
- Signature
If a weak secret …
-
Hi, I get this error when running the action:
```
Run actions/create-github-app-token@v1
with:
app-id: ***
private-key: ***
github-api-url: https://api.github.com/
owner and repos…
-
Use this JSON web token and the username in the system to be the current user when creating or editing elements (Repository, Pipeline, Operator or Resource).
-
### Priority
(Medium) I'm annoyed but I'll live
### Description
Power Automate flows exported with `m365 flow export -f json` include authentication tokens ([JWTs](https://jwt.io/)) for associated …
-