-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
6 changed files
with
44 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,11 +5,15 @@ | |
## 1.概要 | ||
|
||
Kintone でOAuth2.0認証が利用できないときに、JWT認証するためのプラグインです。 | ||
|
||
セキュリティの為に、JavaScriptにJWT認証用ファイル(JSON)の内容を埋め込むのは危険なため、 | ||
|
||
JWT認証用ファイルの内容は、Kintoneのプラグイン設定に保存、利用時に呼び出して利用する形式にしています。 | ||
|
||
### イメージ | ||
|
||
![kintoneBoxJwt](https://github.com/noz-23/KintoneBoxJwt/assets/160399039/486af437-68f6-4227-8a26-3453f9db4c01) | ||
|
||
## 2.注意点 | ||
|
||
①Kintoneの使用で、アプリの読み込みはJavaScriptの次に、プラグインの読み込みとなるため、現状では利用JavaScriptは組み込む形でご利用ください。 | ||
|
@@ -30,17 +34,31 @@ MIT license | |
|
||
JQuery :https://jquery.com | ||
|
||
https://js.cybozu.com/jquery/3.7.1/jquery.min.js | ||
|
||
jsrender :https://www.jsviews.com | ||
|
||
https://js.cybozu.com/jsrender/1.0.13/jsrender.min.js | ||
|
||
|
||
axios :https://github.com/axios/axios | ||
|
||
https://cdn.jsdelivr.net/npm/[email protected]/dist/axios.min.js | ||
|
||
|
||
jsrsasign:https://github.com/kjur/jsrsasign | ||
|
||
https://cdnjs.cloudflare.com/ajax/libs/jsrsasign/11.1.0/jsrsasign-all-min.js | ||
|
||
|
||
## 6.バージョン履歴 | ||
|
||
0.0.1版 初版とりあえず公開バージョン(GitHubの練習) | ||
2024/02/19 0.0.1 初版とりあえず公開バージョン(GitHubの練習) | ||
|
||
2024/03/15 0.1.0 リンクで指定したフォルダに特定の文字のフォルダを作成出来るように更新 | ||
|
||
0.1.0版 リンクで指定したフォルダに特定の文字のフォルダを作成出来るように更新 | ||
2024/03/24 0.2.0 プラグイン設定画面に Google AdSense 追加 | ||
|
||
## 7.連絡 | ||
|
||
|
@@ -52,3 +70,8 @@ [email protected] | |
|
||
可能なら記載したいので、メールアドレスに連絡頂ければ幸いです。 | ||
|
||
プラグイン設定画面で Google AdSense の広告表示をしています。 | ||
|
||
わかり易くしてますので、削除は自分でやって下さい。 | ||
|
||
|
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters