Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/logto-io/auth-wiki
- Owner: logto-io
- Created: 2024-10-21T06:42:07.000Z (17 days ago)
- Default Branch: master
- Last Pushed: 2024-10-28T07:55:26.000Z (10 days ago)
- Last Synced: 2024-10-28T08:21:45.398Z (10 days ago)
- Topics: authentication, authorization, oauth2, oidc, openid-connect
- Language: MDX
- Homepage: https://auth.wiki
- Size: 385 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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.