devnote-dev / ptero-notes

Markdown files documenting Pterodactyl and Wings APIs & internals
33 stars 5 forks source link

JWT specifications for Wings API. #14

Closed real2two closed 1 year ago

real2two commented 1 year ago

These are the JWT specification for Wings API.

real2two commented 1 year ago

I finished this, unless you want me to format this in a different way.

devnote-dev commented 1 year ago

This isn't really what I had in mind for JWT specifications – most of what you've written has already been stated in some parts of the documentation, for example the public Wings endpoints. The specifications page would be more towards the actual construction of the tokens and the specific headers and claims needed for them (much like what you've put in the notes section). If you could change it to be like this, that would be great.

real2two commented 1 year ago

How's this?

real2two commented 1 year ago

I fixed/commited the requested changes.