oauth2-server-php icon indicating copy to clipboard operation
oauth2-server-php copied to clipboard

JWT Access Token Full Server Example uses different public/private key filenames than rest of article

Open jonfo opened this issue 8 years ago • 1 comments

I hope that this is the appropriate place to comment on documentation issues.

The full example in the JWT Access Token documentation page uses "id_rsa" and "id_rsa.pub" as the private and public keys. The rest of the examples use "privkey.pem" and "pubkey.pem".

Using the names "id_rsa" and "id_rsa.pub" is doubly confusing because those are the default filenames that ssh-keygen uses for (ssh) RSA key generation.

jonfo avatar Feb 07 '17 17:02 jonfo

I have a CodeSpace project that is stuck. Whenever I try to commit a branch, it shows the message "rebasing". I tried canceling the rebase, but when I tried to commit another branch, the "rebasing" message appeared again.

I have two projects/challenges that I would like to commit, but this is keeping me from doing this. Also, according to my account, I have less than 20 minutes of usage left to do this.

At present, I may have to wait until next month to do the commits, but I still need the rebase to be cleared. This is also preventing me from working on another course that uses CodeSpace.

It happened around the time I forked the CodeSpace repo, so I must've messed something up here.

Regards, Jon

jonfo avatar Jun 17 '24 02:06 jonfo