並び順

ブックマーク数

期間指定

  • から
  • まで

1 - 5 件 / 5件

新着順 人気順

jwt decode python algorithmsの検索結果1 - 5 件 / 5件

  • セキュリティ視点からの JWT 入門 - blog of morioka12

    こんにちは、ISC 1年 IPFactory 所属の morioka12 です。 この記事は IPFactory Advent Calendar 2020 の10日目の分になります。 IPFactory という技術サークルについては、こちらを参照ください。 本記事の最後に記載されている余談でも IPFactory の詳細を紹介しています。 はてなブログに投稿しました #はてなブログ IPFactory Advent Calendar 2020 の10日目の記事を書きました#JWT #security セキュリティ視点からの JWT 入門 - blog of morioka12https://t.co/g1MYe77hAF — morioka12 (@scgajge12) 2020年12月10日 普段は Web Security や Cloud Security 、バグバウンティなどを興味分

      セキュリティ視点からの JWT 入門 - blog of morioka12
    • Security best practices when using ALB authentication | Amazon Web Services

      Networking & Content Delivery Security best practices when using ALB authentication At AWS, security is the top priority, and we are committed to providing you with the necessary guidance to fortify the security posture of your environment. In 2018, we introduced built-in authentication support for Application Load Balancers (ALBs), enabling secure user authentication as they access applications.

        Security best practices when using ALB authentication | Amazon Web Services
      • Cognitoで発行されたJWTを検証する | DevelopersIO

        Cognitoユーザープールで発行されたJWTの検証をPythonで行ってみます。 今回はPyJWTというパッケージを利用して検証を行います。 準備 必要なパッケージをインストールします。 $ pip3 install pyjwt pyjwt[crypto] pyjwt[crypto]はJWTの検証に使用する鍵を作成するのに使います。 実装 最終的なコードは以下のようになります。 import jwt token = 'XXXXXXXX' region = 'ap-northeast-1' user_pool_id = 'ap-northeast-1_XXXXXXXX' client_id = 'XXXXXXXX' issuer = f'https://cognito-idp.{region}.amazonaws.com/{user_pool_id}' jwks_url = f'{issu

          Cognitoで発行されたJWTを検証する | DevelopersIO
        • bladeRF-wiphy - Nuand

          bladeRF-wiphy is an open-source IEEE 802.11 compatible software defined radio VHDL modem If you like the bladeRF-wiphy project, please consider starring it on Github! What is the bladeRF-wiphy project?The bladeRF-wiphy project is an open-source IEEE 802.11 compatible software defined radio VHDL modem. The modem is able to modulate and demodulate 802.11 packets (the protocol WiFi is based on), and

            bladeRF-wiphy - Nuand
          • Build and Secure a FastAPI Server with Auth0

            FastAPI is a relatively new Python framework that enables you to create applications very quickly. This framework allows you to read API request data seamlessly with built-in modules and is a lightweight alternative to Flask. In this article, we will go over the features of FastAPI, set up a basic API, protect an endpoint using Auth0, and you'll learn how simple it is to get started. Prerequisites

              Build and Secure a FastAPI Server with Auth0
            1