oauth-wg / oauth-browser-based-apps

Best practices for OAuth in Browser-Based Apps
https://datatracker.ietf.org/doc/html/draft-ietf-oauth-browser-based-apps
Other
22 stars 12 forks source link

feat: narrowing ascii-art and adding svg support #50

Closed duncanwd closed 2 months ago

duncanwd commented 3 months ago

Resolves #49

  1. Narrows the existing ASCII diagrams to 72 characters for better plain-text layout.
  2. Extracts the narrowed ASCII art into separate files.
  3. Modifies the markdown to invoke aasvg for automated SVG generation and inclusion in the HTML version

Note: The aasvg npm package must be installed for the Makefile to function correctly. See the instructions link at the bottom of the main README.md for the install procedure.

Please check for errors in the modified ASCII diagrams, figure labels, and figure titles.