From 8efa1b1a970e76aaf36c6bd57849d6efd3a79547 Mon Sep 17 00:00:00 2001 From: Denis Khrunov Date: Thu, 5 May 2022 01:25:46 +0300 Subject: [PATCH] fix docs --- .gitignore | 10 +++---- .vscode/extensions.json | 4 --- .vscode/launch.json | 20 -------------- .vscode/tasks.json | 42 ------------------------------ README.md | 30 +-------------------- assets/jwt-compatible.svg | 28 -------------------- doc/ru/README.md | 30 +-------------------- projects/ngx-jwt-auth/README.md | 30 +-------------------- projects/ngx-jwt-auth/package.json | 2 +- 9 files changed, 9 insertions(+), 187 deletions(-) delete mode 100644 .vscode/extensions.json delete mode 100644 .vscode/launch.json delete mode 100644 .vscode/tasks.json delete mode 100644 assets/jwt-compatible.svg diff --git a/.gitignore b/.gitignore index 0711527..6fcf24a 100644 --- a/.gitignore +++ b/.gitignore @@ -21,11 +21,11 @@ yarn-error.log *.sublime-workspace # Visual Studio Code -.vscode/* -!.vscode/settings.json -!.vscode/tasks.json -!.vscode/launch.json -!.vscode/extensions.json +# .vscode/* +# !.vscode/settings.json +# !.vscode/tasks.json +# !.vscode/launch.json +# !.vscode/extensions.json .history/* # Miscellaneous diff --git a/.vscode/extensions.json b/.vscode/extensions.json deleted file mode 100644 index 77b3745..0000000 --- a/.vscode/extensions.json +++ /dev/null @@ -1,4 +0,0 @@ -{ - // For more information, visit: https://go.microsoft.com/fwlink/?linkid=827846 - "recommendations": ["angular.ng-template"] -} diff --git a/.vscode/launch.json b/.vscode/launch.json deleted file mode 100644 index 740e35a..0000000 --- a/.vscode/launch.json +++ /dev/null @@ -1,20 +0,0 @@ -{ - // For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387 - "version": "0.2.0", - "configurations": [ - { - "name": "ng serve", - "type": "pwa-chrome", - "request": "launch", - "preLaunchTask": "npm: start", - "url": "http://localhost:4200/" - }, - { - "name": "ng test", - "type": "chrome", - "request": "launch", - "preLaunchTask": "npm: test", - "url": "http://localhost:9876/debug.html" - } - ] -} diff --git a/.vscode/tasks.json b/.vscode/tasks.json deleted file mode 100644 index a298b5b..0000000 --- a/.vscode/tasks.json +++ /dev/null @@ -1,42 +0,0 @@ -{ - // For more information, visit: https://go.microsoft.com/fwlink/?LinkId=733558 - "version": "2.0.0", - "tasks": [ - { - "type": "npm", - "script": "start", - "isBackground": true, - "problemMatcher": { - "owner": "typescript", - "pattern": "$tsc", - "background": { - "activeOnStart": true, - "beginsPattern": { - "regexp": "(.*?)" - }, - "endsPattern": { - "regexp": "bundle generation complete" - } - } - } - }, - { - "type": "npm", - "script": "test", - "isBackground": true, - "problemMatcher": { - "owner": "typescript", - "pattern": "$tsc", - "background": { - "activeOnStart": true, - "beginsPattern": { - "regexp": "(.*?)" - }, - "endsPattern": { - "regexp": "bundle generation complete" - } - } - } - } - ] -} diff --git a/README.md b/README.md index 9b852cc..eeca0c3 100644 --- a/README.md +++ b/README.md @@ -1,36 +1,8 @@ # Ngx JWT Auth - - Compatible - Created with Sketch. - - - - - - - - - - - - - - - - - - - - - - - - + -
- A library for Token-Based Authentication (JWT Authentication). This library is configurable for any use cases. diff --git a/assets/jwt-compatible.svg b/assets/jwt-compatible.svg deleted file mode 100644 index f959ef5..0000000 --- a/assets/jwt-compatible.svg +++ /dev/null @@ -1,28 +0,0 @@ - - - Compatible - Created with Sketch. - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/doc/ru/README.md b/doc/ru/README.md index 1ffe7e6..4b9b29c 100644 --- a/doc/ru/README.md +++ b/doc/ru/README.md @@ -1,36 +1,8 @@ # Ngx JWT Auth - - Compatible - Created with Sketch. - - - - - - - - - - - - - - - - - - - - - - - - + -
- Библиотека для Token-Based Authentication на основе Access и Refresh токенов. Эта библиотека настраивается для любых вариантов использования. diff --git a/projects/ngx-jwt-auth/README.md b/projects/ngx-jwt-auth/README.md index 1aeae3e..24fc021 100644 --- a/projects/ngx-jwt-auth/README.md +++ b/projects/ngx-jwt-auth/README.md @@ -1,36 +1,8 @@ # Ngx JWT Auth - - Compatible - Created with Sketch. - - - - - - - - - - - - - - - - - - - - - - - - + -
- A library for Token-Based Authentication (JWT Authentication). This library is configurable for any use cases. diff --git a/projects/ngx-jwt-auth/package.json b/projects/ngx-jwt-auth/package.json index 232cfd0..004a6a4 100644 --- a/projects/ngx-jwt-auth/package.json +++ b/projects/ngx-jwt-auth/package.json @@ -1,6 +1,6 @@ { "name": "@dekh/ngx-jwt-auth", - "version": "1.0.1", + "version": "1.0.2", "license": "MIT", "repository": { "type": "GitHub",