Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/logto-io/auth-wiki

A comprehensive collection of articles, tutorials, and resources about authentication and authorization.
https://github.com/logto-io/auth-wiki

authentication authorization oauth2 oidc openid-connect

Last synced: about 3 hours ago
JSON representation

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

Awesome Lists containing this project

README

        

# 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](https://github.com/logto-io/auth-wiki/issues/new).

2. **Edit directly**: The content resides in [src/content](./src/content). 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:

```bash
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.