From b05d22775e6b56ca9a1eb153b5739dea2aed865b Mon Sep 17 00:00:00 2001 From: akakou Date: Mon, 8 Jan 2024 11:38:23 +0900 Subject: [PATCH] docs: reformat --- README.md | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index e548a04..b23d381 100644 --- a/README.md +++ b/README.md @@ -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)