並び順

ブックマーク数

期間指定

  • から
  • まで

121 - 134 件 / 134件

新着順 人気順

tokenの検索結果121 - 134 件 / 134件

  • How to Use Cognito Pre-Token Generation trigger to Customize Claims In ID Tokens | Amazon Web Services

    Front-End Web & Mobile How to Use Cognito Pre-Token Generation trigger to Customize Claims In ID Tokens This article was written by Matt Noyce, Cloud Application Architect at AWS, & Srihari Prabaharan, Cloud Application Architect at AWS Amazon Cognito is a fully managed AWS service which lets you add user sign-up, sign-in, and access control to your web and mobile apps quickly and easily. Amazon C

      How to Use Cognito Pre-Token Generation trigger to Customize Claims In ID Tokens | Amazon Web Services
    • Non-fungible token - Wikipedia

      Illustration of a non-fungible token generated by a smart contract (a program designed to automatically execute contract terms) A non-fungible token (NFT) is a unique digital identifier that is recorded on a blockchain and is used to certify ownership and authenticity. It cannot be copied, substituted, or subdivided.[1] The ownership of an NFT is recorded in the blockchain and can be transferred b

        Non-fungible token - Wikipedia
      • Edge Authentication and Token-Agnostic Identity Propagation

        by AIM Team Members Karen Casella, Travis Nelson, Sunny Singh; with prior art and contributions by Justin Ryan, Satyajit Thadeshwar As most developers can attest, dealing with security protocols and identity tokens, as well as user and device authentication, can be challenging. Imagine having multiple protocols, multiple tokens, 200M+ users, and thousands of device types, and the problem can explo

          Edge Authentication and Token-Agnostic Identity Propagation
        • New limits on scoped token creation for GitHub Apps

          February 22, 2024 As a proactive measure to protect Github.com availability, GitHub Apps that attempt to create high-complexity scoped installation tokens will receive failures if they would individually reference too many repositories. At the time of release, no GitHub App is above these limits – the limit is approximately 8 times higher than what any app is consuming. See below for details on ho

          • Rails7 APIモードの認証機能をdevise_token_authで実装する - 行動すれば次の現実

            Rails7 APIモードの認証機能を実装するにあたり、Deviseのトークン認証を可能にするdevise_token_authというライブラリを使用することにしました。 導入に少しハマったところなどもありましたので記事にまとめました。同じような構成を検討している方の参考になれば幸いです。 環境構成 devise_token_authの準備 Gemのインストール インストールタスクの実行 routesとmigrationファイルの修正 メッセージの日本語化 CORSの設定 各メソッドの動作検証 ユーザ登録 ユーザ削除 ActionDispatch::Request::Session::DisabledSessionErrorについて ユーザ変更 ログイン ログアウト パスワードリセット 疎通確認 tokenが正しい場合 tokenが正しくない場合 終わりに 環境構成 フロントエンド:Nex

              Rails7 APIモードの認証機能をdevise_token_authで実装する - 行動すれば次の現実
            • React User Authentication - JWT Token Authentication

              React User Authentication - JWT Token Authentication This article explains how to enhance any React template with JWT (Json WEB Tokens) authentication using a simple Node JS API Backend - Free samples included. React User Authentication - Free Sample (Soft Dashboard) This article explains how to add User Authentication to React using JSON Web Tokens (JWT). We will start using an open-source templa

                React User Authentication - JWT Token Authentication
              • JWT (JSON Web Token) (in)security - research.securitum.com

                research.securitum.com securitum.com vulnerabilities researches and cyber security education publications JWT (JSON Web Token) is a mechanism that is often used in REST APIs it can be found in popular standards, such as OpenID Connect, but we will also encounter it sometimes using OAuth2. It is used both in large companies and smaller organisations. There are many libraries available that support

                  JWT (JSON Web Token) (in)security - research.securitum.com
                • Token Best Practices

                  Here are some basic considerations to keep in mind when using tokens: Keep it secret. Keep it safe: The signing key should be treated like any other credential and revealed only to services that need it. Do not add sensitive data to the payload: Tokens are signed to protect against manipulation and are easily decoded. Add the bare minimum number of claims to the payload for best performance and se

                    Token Best Practices
                  • JWS(Jason Web Signature) と JWT(Jason Web Token) | エンジニアの何でもメモ帳

                    JWS / JWTとは? JWS(JSON Web Signature) と JWT(JSON Web Token) を、良く聞くもののちゃんと知らなかったので調べてみました。 JWT の読み方は「ジョット」です。 JWSとJWTの関係性は以下のようになります。 このデータの固まりは「token」として、Webリクエストにくっつけて使われます。 HTTPヘッダーの中に埋め込まれたり、URL の引数につけて使う事ができます。 「token」は、いろんな文脈で使われるためいろんな意味がありますが、JWT / JWS の文脈で使われる場合は、Webリクエストの要求を受け取った側がそのリクエストが正規のものかどうか確認するために使われます。 JWS(Json Web Singature) は、RFC 7515 として公開されている規格です。Signature なので「署名」を意味します。 正確に言

                      JWS(Jason Web Signature) と JWT(Jason Web Token) | エンジニアの何でもメモ帳
                    • API Protection by ID Token?

                      What happens if ID tokens issued by external OpenID providers (IdP) are used for API protection? The following diagram is my understanding. A client that has no relationship with the resource server can access APIs of the resource server using an ID token that the client has legitimately obtained in an utterly irrelevant context.The user has granted a permission for the client to get an ID token,

                        API Protection by ID Token?
                      • JavaScriptで「Unexpected token」というエラーが出る原因と対処法を現役エンジニアが解説【初心者向け】

                        「Unexpected token」とは JavaScriptを実装していると、以下のようなエラーに遭遇することが時々あります。 以下は日本語訳です。 Uncaught Syntax Error = 文法に誤りがある Unexpected token = 予期しない記号 つまり、コードを実行する上で正しくない箇所に記号が書かれていたりする場合に発生するエラーです。 [PR] フロントエンドで副業する学習方法を動画で公開中 Unexpected tokenエラーが出る原因と解決方法 エラーの原因 多くの場合、このエラーが発生する原因は、「カッコの対応関係が正しくない」ことにあります。 次のコードをみてください。 const test = () => { console.log('test'); }) 一ヶ所、カッコの対応関係がおかしくなっているのですが、見つけられましたか? 最後の丸いカッコ

                          JavaScriptで「Unexpected token」というエラーが出る原因と対処法を現役エンジニアが解説【初心者向け】
                        • GitHub - WICG/trust-token-api: Trust Token API

                          This document is an explainer for a Web Platform API that allows propagating limited private signals across sites, using the Privacy Pass protocol as an underlying primitive. The current version of the spec is available at https://wicg.github.io/trust-token-api/. This API was formerly called the Trust Token API and the repository and API surfaces are in the process of being updated with the new na

                            GitHub - WICG/trust-token-api: Trust Token API
                          • Amazon DynamoDB用 NoSQL Workbenchでsession tokenを使って接続してみた | DevelopersIO

                            Amazon DynamoDB用 NoSQL Workbenchが、先日一般公開(GA)されたので色々試しています。 Amazon DynamoDB 用 NoSQL Workbench が一般公開されます。 個人的にはスイッチロールしてアクセスできるのかがすごく気になったので試してみました。 できます。 ただそれだけの話なのですがw、試す過程で全部CLIでテスト環境を用意できるようにしていて、せっかくなのでやったことを公開します。一部でも全部でも読者様(と、しばらく後に忘れかけるであろう自分)の参考になれば嬉しいです。 単純にツールの使い方だけ知りたい場合には「作成したロールにスイッチロールしてNoSQL Workbenchへ接続確認」のセクションから見ていただければと思います。 Amazon DynamoDB 用 NoSQL Workbenchとは DynamoDB用の開発ツールです。テ

                              Amazon DynamoDB用 NoSQL Workbenchでsession tokenを使って接続してみた | DevelopersIO
                            • 【Rails7】Ajaxリクエスト時にCSRF tokenを含める(おそらく)公式のやり方 - Qiita

                              巷にはX-CSRF-Tokenを手動で取得して送信するサンプルコードが溢れていますが、 一応公式で楽する方法が用意されています。 Rails6以前 rails-ujsに含まれるRails.ajaxメソッドを使うことで、自動でCSRF tokenをサーバーに送信できます。 const data = new FormData(); data.append("some_key", "some value"); Rails.ajax({ url: "/some_resources", type: "POST", data: data, success: function(response) { } }); Rails7以降 TurboフレームワークとStimulusが標準構成になり、rails-ujsは含まれなくなりました。 その代わり、上記ajax機能のみを切り出したrequest.jsというラ

                                【Rails7】Ajaxリクエスト時にCSRF tokenを含める(おそらく)公式のやり方 - Qiita