Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: reformat #64

Merged
merged 1 commit into from
Jan 8, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 8 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,14 @@
[![Go](https://github.com/ochanoco/torima/actions/workflows/go.yml/badge.svg)](https://github.com/ochanoco/torima/actions/workflows/go.yml)

The easiest and solid security measures.
- Torima is a proxy server authenticating users before access to the servicer, namely, IAP(Identity-Aware Proxy).
- Using strong user identifiers (the default is LINE Account), Torima deters cyber attacks.
- These are:
(a)Torima mitigates bot access (because the bot does not have an account coupled with the user's strong identifier in general).
(b)Torima provides the revocation features of malicious users (owing to the difficulty of making multiple accounts).
(c)Torima provides a tracking feature to hold malicious users criminally accountable.

Torima is a proxy server authenticating users before access to the servicer, namely, IAP(Identity-Aware Proxy).
Using strong user identifiers (the default is LINE Account), Torima deters cyber attacks.

These are...
- Torima mitigates bot access (because the bot does not have an account coupled with the user's strong identifier in general).
- Torima provides the revocation features of malicious users (owing to the difficulty of making multiple accounts).
- Torima provides a tracking feature to hold malicious users criminally accountable.

[Japanese](https://zenn.dev/ochanoco/articles/2a532b79725a41)

Expand Down