/auth-wiki

A comprehensive collection of articles, tutorials, and resources about authentication and authorization.

Primary LanguageMDXCreative Commons Zero v1.0 UniversalCC0-1.0

Auth Wiki

A comprehensive collection of articles, tutorials, and resources about authentication and authorization. Learn about OAuth 2.0, OpenID Connect, SAML, and more.

Contributing

We welcome contributions from everyone! Whether you’ve found a typo, want to suggest a new entry, or improve existing content, your help is appreciated.

How to contribute

  1. Report issues: If you spot any errors or have suggestions, please create an issue.

  2. Edit directly: The content resides in src/articles. To make changes:

    • Navigate to the desired file.
    • Click the edit button (pencil icon) in the top right corner.
    • Make your edits and submit a pull request.

Running locally

Auth Wiki uses PNPM and Astro. To preview your changes locally:

pnpm install
pnpm dev

Tips for contributors

  • Ensure your writing is clear and concise.
  • Maintain consistent formatting and adhere to the existing structure.
  • Reference credible sources where appropriate.