indieweb / indieauth

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

& missing in Example 6 #78

Closed barnabywalters closed 3 years ago

barnabywalters commented 3 years ago

https://indieauth.spec.indieweb.org/#example-6

  Location: https://app.example.com/redirect?code=xxxxxxxx
                                             state=1234567890

should be

  Location: https://app.example.com/redirect?code=xxxxxxxx
                                            &state=1234567890