bshaffer / oauth2-server-php

A library for implementing an OAuth2 Server in php
http://bshaffer.github.io/oauth2-server-php-docs
MIT License
3.26k stars 952 forks source link

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

Open jonfo opened 7 years ago

jonfo commented 7 years ago

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 commented 4 months ago

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