Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
Fun117 committed Oct 6, 2024
1 parent 7218bfa commit 410728a
Show file tree
Hide file tree
Showing 6 changed files with 52 additions and 10 deletions.
43 changes: 37 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,38 @@
```bash
npm login --scope=@scratch-auth
```
# Scratch Auth

```bash
npm publish --access public
```
## Overview

Scratch Auth is a simple OAuth service for Scratch. It provides an easy-to-understand API for developers and a smooth login experience for users. By using Scratch Auth, you can easily implement OAuth functionality on your website.

## How to Contribute

We welcome contributions from the community! You can contribute in the following ways:

### Reporting Issues

If you encounter any issues while using Scratch Auth, please report them on the [GitHub Issues](https://github.com/scratch-auth/pkg/issues) page. When reporting an issue, please include as much detail as possible, such as steps to reproduce the problem or any related error messages.

### Submitting Pull Requests

We accept pull requests for bug fixes, new features, and improvements. To submit a pull request:

1. Fork the repository on GitHub.
2. Clone the forked repository to your local machine.
3. Create a new branch for your changes.
4. Make your changes and commit them with clear commit messages.
5. Push your changes to the forked repository.
6. Create a pull request to the original repository, explaining the changes you've made.

### Improving Documentation

Good documentation is essential for any project. If you find any errors or omissions in the documentation or would like to add new documentation, feel free to submit a pull request.

## License

Scratch Auth is licensed under the MIT License. For more details, please refer to the [LICENSE](./license) file.

## Contact

If you have any questions or feedback, feel free to reach out via [GitHub Discussions](https://github.com/scratch-auth/pkg/discussions).

Thank you for using Scratch Auth!
11 changes: 11 additions & 0 deletions npm.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
```bash
npm login --scope=@org-name
```

```bash
npm publish --access public
```

```bash
npm unpublish <package-name>@<version>
```
2 changes: 1 addition & 1 deletion pages/about.en.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ image: /favicon/apple-touch-icon.png

## Overview

Scratch Auth is a simple OAuth service for Scratch. It provides an easy-to-understand API for developers and a smooth login experience for users. By using `@scratch-auth/nextjs`, you can easily implement OAuth functionality on your website.
Scratch Auth is a simple OAuth service for Scratch. It provides an easy-to-understand API for developers and a smooth login experience for users. By using Scratch Auth, you can easily implement OAuth functionality on your website.

## How to Contribute

Expand Down
2 changes: 1 addition & 1 deletion pages/about.ja.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ image: /favicon/apple-touch-icon.png

## 概要

Scratch AuthはScratch用のシンプルなOAuthサービスです。 開発者にはわかりやすいAPIを、ユーザーにはスムーズなログイン体験を提供します。 `@scratch-auth/nextjs` を使用することで、あなたのサイトにOAuth機能を簡単に実装することができます。
Scratch AuthはScratch用のシンプルなOAuthサービスです。 開発者にはわかりやすいAPIを、ユーザーにはスムーズなログイン体験を提供します。Scratch Auth を使用することで、あなたのサイトにOAuth機能を簡単に実装することができます。

## 貢献方法

Expand Down
2 changes: 1 addition & 1 deletion pages/index.en.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import Logo from "../components/logo";

## Overview

Scratch Auth is a simple OAuth service for Scratch. It provides developers with an easy-to-understand API and users with a smooth login experience. By using @scratch-auth/nextjs, you can easily implement OAuth functionality into your site.
Scratch Auth is a simple OAuth service for Scratch. It provides developers with an easy-to-understand API and users with a smooth login experience. By using Scratch Auth, you can easily implement OAuth functionality into your site.

## Contact

Expand Down
2 changes: 1 addition & 1 deletion pages/index.ja.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import Logo from "../components/logo";

## 概要

Scratch AuthはScratch用のシンプルなOAuthサービスです。 開発者にはわかりやすいAPIを、ユーザーにはスムーズなログイン体験を提供します。 `@scratch-auth/nextjs` を使用することで、あなたのサイトにOAuth機能を簡単に実装することができます。
Scratch AuthはScratch用のシンプルなOAuthサービスです。 開発者にはわかりやすいAPIを、ユーザーにはスムーズなログイン体験を提供します。 Scratch Auth を使用することで、あなたのサイトにOAuth機能を簡単に実装することができます。

## 連絡先

Expand Down

0 comments on commit 410728a

Please sign in to comment.