indieweb / indieauth

IndieAuth.net website code and IndieAuth Specification
52 stars 7 forks source link

Clarified token response properties, updated examples #118

Open barnabywalters opened 1 year ago

barnabywalters commented 1 year ago

Added token_type and scope to the list of token response properties, with descriptions.

Added Cache-control: no-store headers to all relevant examples. Awaiting review about whether it’s required/recommended on the profile information response.

Would fix #116 and #117