並び順

ブックマーク数

期間指定

  • から
  • まで

281 - 320 件 / 691件

新着順 人気順

authenticationの検索結果281 - 320 件 / 691件

  • Advancing Modern Strong Authentication

    In a previous blog, It's Time to Hang Up on Phone Transports for Authentication, I wrote about the vulnerabilities of multifactor authentication (MFA) mechanisms such as SMS and voice. A recent MFA research study from Microsoft concludes that SMS is 40% less effective in stopping bad actors compared to the Microsoft Authenticator app. We've also continued to bolster our Authenticator offering by u

      Advancing Modern Strong Authentication
    • JWT Authentication with FastAPI and AWS Cognito

      Lately, I have played around with the FastAPI framework, and I am delighted by its speed, rich features, and simplicity. As I am currently working on a web app that manages users via AWS Cognito, I need to secure specific API endpoints in the backend to make sure only logged in users can access them. Luckily, when a user successfully logs into the app, the frontend receives a JSON Web Token (JWT)

        JWT Authentication with FastAPI and AWS Cognito
      • Django + REST Framework + GAE (+ Cloud Storage + Firebase Authentication )を始めるときに読む資料 - Qiita

        MySql Djangoの推奨はmysqlclientです。 Databases | Django documentation | Django ただ、「Python Mysql」と検索してたどり着く記事はPyMySqlが使われていたりします。 PyMySQL Djangoでmysqlに接続 - Qiita [Python+MySQL] RuntimeError: cryptography is required - ITips ここで注意しなければならないのが、現時点でPyMySqlがDjango2.2に対応できていません。 Django2.2 はPyMySqlに対応していません そのため、PyMySqlを入れた場合は、mysqlclientに変更する必要があります。 PyMySqlからmysqlclientへの変更 Django: エラー解決法 "raise ImproperlyCon

          Django + REST Framework + GAE (+ Cloud Storage + Firebase Authentication )を始めるときに読む資料 - Qiita
        • Dangerous Kubernetes Bugs Allow Authentication Bypass, DoS

          The flaws in the container technology, CVE-2019-16276 and CVE-2019-11253, are simple to exploit. A pair of bugs in the Kubernetes open-source cloud container software can be “highly dangerous” under some Kubernetes configurations, according to researchers. The flaws, CVE-2019-16276 and CVE-2019-11253, have been patched in Kubernetes builds 1.14.8, 1.15.5 and 1.16.2. Exploitation of the first issue

            Dangerous Kubernetes Bugs Allow Authentication Bypass, DoS
          • Authentication in ASP.NET Core Web API with Amazon Cognito | Serge Nevsky

            Amazon Cognito is the user management and authentication product in AWS. It allows for unified sign-up and sign-in flows across web and mobile apps. I like it particularly for its pricing: Free for the first 50,000 monthly active users. The next 50,000 will cost you half a penny. Think you can sell your Director on that? This article will show you how to set up Amazon Cognito in AWS, then configur

            • Authentication - Laravel - The PHP Framework For Web Artisans

              Join us in Dallax, TX! Tickets are now available for Laracon US.

                Authentication - Laravel - The PHP Framework For Web Artisans
              • Exploiting CSP in Webkit to Break Authentication & Authorization

                Exploiting CSP in Webkit to Break Authentication & Authorization When it comes to the web, browsers are the first line of defence. While built-in security features that come compiled with browsers are responsible for preventing a wide array of attacks, any seemingly trivial mistake in browsers' implementation can have devastating effects. In this paper, we talk about a vulnerability in WebKit, a b

                • Server Side Authentication with NextJS and Firebase

                  Overview Finding a good way to add user authorization to a Firebase and Next.js app was not the easiest out there to find. So I thought that I would write a tutorial that explains the process that I have pieced together, in the hopes that it could help others out as well. The beauty in this method is all of your Firebase authentication is done on the server so you then have all of the necessary us

                    Server Side Authentication with NextJS and Firebase
                  • RubyでFirebase Authenticationが発行したID Tokenを検証する - Qiita

                    上記URLにやり方が記載されているのですが、Rubyに関してはSDKが存在しないため自前で実装する必要があります。 https://github.com/fschuindt/firebase_id_token こういうgemもあるのですが、Firebaseが公開している証明書をキャッシュするためだけにRedisが必要なので、Redisを使っていないプロジェクトではこのためだけにRedisを用意するのは過剰です。 JWTの検証に関してはこの記事が非常に参考になりますが、証明書のキャッシュ部分だけはRials.cacheに依存していてイマイチ。またHTTPクライアントはFaradayを利用したかったこともありFaradayを使ってなんとかいい感じにできないかと考えていたところ、いい感じのFaraday Middlewareがあったのでその紹介をします(本当はJWTの検証部分も解説しようと思った

                      RubyでFirebase Authenticationが発行したID Tokenを検証する - Qiita
                    • NTLM Authentication in Active Directory

                      This article provides a basic overview of how New Technology LAN Manager (NTLM) authentication works. In this article, we will explore the basic functionality of NTLM authentication and how it is used in Active Directory. NTLM Authentication is a large topic and this article will only cover the fundamentals, so with that being said, lets dive in! What is NTLM?In my last article titled “Kerberos Au

                        NTLM Authentication in Active Directory
                      • 1530370 - (webauthn-ctap2) [meta] Support CTAP2 (FIDO2) Passwordless Web Authentication

                        Shared components used by Firefox and other Mozilla software, including handling of Web content; Gecko, HTML, CSS, layout, DOM, scripts, images, networking, etc. Issues with web page layout probably go here, while Firefox user interface issues belong in the Firefox product. (More info)

                        • Passwordless authentication with FIDO2—beyond just the web [LWN.net]

                          LWN.net needs you!Without subscribers, LWN would simply not exist. Please consider signing up for a subscription and helping to keep LWN publishing FIDO2 is a standard for authenticating users without the need for passwords. While the technology has been introduced mainly to protect accounts on web sites, it's also useful for other purposes, such as logging into Linux systems. The same technology

                          • Getting Token Authentication Right in a Stateless Single Page Application

                            Single page application architecture is becoming more prevalent, yet many established patterns to implement authentication security and user experience have not caught up. Patterns used by traditional web applications do not cross over well, or at all, to a true stateless architecture where there is no server-side web session. The popularity of JSON Web Tokens (JWTs) is well deserved. This fantast

                              Getting Token Authentication Right in a Stateless Single Page Application
                            • vue.jsのログイン認証をFirebase Authenticationを使って構築 | アールエフェクト

                              Firebaseの設定 アカウント登録 Firebaseのユーザアカウントを持っていない人はまずユーザ登録を行う必要があります。Firebaseのユーザアカウントを持っている人は次の”プロジェクトの作成”に進んでください。 ページが開いたら真ん中にある使ってみるボタンをクリックします。 Firebaseトップページ ログイン画面が表示されるので、メールアドレスを入力します。次へボタンにいくとパスワードを聞かれるので入力してください。 Googleアカウント情報を入力 Firebaseへようこそ画面が表示されればアカウント登録は完了です。 ログイン完了 プロジェクトの作成 Firebaseにログインするとプロジェクトの作成画面が表示されます。”プロジェクトを追加”をクリックしてください。 プロジェクト作成画面 プロジェクト名を入力する画面が表示されるので任意の名前をつけてください。ここではv

                                vue.jsのログイン認証をFirebase Authenticationを使って構築 | アールエフェクト
                              • GitHub - square/rails-auth: Modular resource-based authentication and authorization for Rails/Rack

                                You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session. Dismiss alert

                                  GitHub - square/rails-auth: Modular resource-based authentication and authorization for Rails/Rack
                                • Auth0 | Authentication Survival Guide

                                  This book aims to be an accessible starting point for everyone that is starting to work with authentication.

                                    Auth0 | Authentication Survival Guide
                                  • Firebase Authenticationを活用してユーザー認証機能を実装しよう

                                    CodeZine編集部では、現場で活躍するデベロッパーをスターにするためのカンファレンス「Developers Summit」や、エンジニアの生きざまをブーストするためのイベント「Developers Boost」など、さまざまなカンファレンスを企画・運営しています。

                                      Firebase Authenticationを活用してユーザー認証機能を実装しよう
                                    • How to use Firebase Authentication in Next.js 13, Server Side with Admin SDK

                                      How to use Firebase Authentication in Next.js 13, Server Side with Admin SDK I'm new to this world of Full Stack Frameworks like Next.js, SvelteKit, Remix... But I know all the advantages it has so I wanted to use it to create a project I'm working on. I love Firebase and I wanted to have it in the project, because it just has everything I need for almost any project, the problem I had is that Nex

                                        How to use Firebase Authentication in Next.js 13, Server Side with Admin SDK
                                      • Making authentication faster than ever: passkeys vs. passwords

                                        The latest news and insights from Google on security and safety on the Internet

                                          Making authentication faster than ever: passkeys vs. passwords
                                        • GitHub - remix-run/grunge-stack: The Remix Stack for deploying to AWS with DynamoDB, authentication, testing, linting, formatting, etc.

                                          You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session. Dismiss alert

                                            GitHub - remix-run/grunge-stack: The Remix Stack for deploying to AWS with DynamoDB, authentication, testing, linting, formatting, etc.
                                          • Amazon Cognito Identity Poolの外部プロバイダとしてFirebase Authenticationを使う - Sweet Escape

                                            はじめに AWSには認証・認可のサービスとしてAmazon Cognitoというものが存在します。ややこしいのですが、認証のためのコンポーネントがAmazon Cognito user pools(以下、user pool)で認可のためのコンポーネントがAmazon Cognito identity pools (以下、identity pool)です。ちなみにidentity poolのほうはfederated identityと表記されている場合もあります。 そのうち、今回はidentity poolの話です。 identity poolは認証機構は持たず、大雑把にいうと任意のログインプロバイダで認証されたユーザに対してIAMロールが設定されたidを紐付けた上でテンポラリのAWSクレデンシャルを提供するといったサービスです。 この任意のログインプロバイダとしてFacebook、Twit

                                              Amazon Cognito Identity Poolの外部プロバイダとしてFirebase Authenticationを使う - Sweet Escape
                                            • Apple プラットフォームで電話番号を使用して Firebase 認証を行う  |  Firebase Authentication

                                              フィードバックを送信 Apple プラットフォームで電話番号を使用して Firebase 認証を行う コレクションでコンテンツを整理 必要に応じて、コンテンツの保存と分類を行います。 Firebase Authentication を使用してユーザーのスマートフォンに SMS メッセージを送信することで、ユーザーはログインすることができます。ユーザーは SMS メッセージに記載されたワンタイム コードを使用してログインします。 電話番号ログインをアプリに追加する最も簡単な方法は、FirebaseUI を使用することです。このライブラリには、電話番号ログインのほか、パスワードに基づくログインやフェデレーション ログインのログインフローを実装するドロップイン式のログイン ウィジェットが含まれています。このドキュメントでは、Firebase SDK を使用して電話番号ログインフローを実装する方法

                                              • 【Windows】OpenSSH Authentication Agentを使用する

                                                普段、開発したコードを本番環境に上げるのに、VSCodeのSFTPを使用していますが、.htaccessなど、ローカルと本番でコードが違うファイルにはこの方法が使えません。 その場合、該当ファイルを別ディレクトリで管理してFTPで上げるか、SSH接続してエディタで直接編集するかで対処してきました。基本的には後者が多いですが、そのときに面倒なのがSSH接続時のパスフレーズ入力です。 今回は、そんな面倒な作業を省略するため、WindowsのSSH-Agentを使用する方法をまとめていきます。この記事の設定が済むと、VSCodeのRemote SSHでもパスフレーズの入力の手間が省けるので、大変便利です。 環境 Windows10 Home (20H2) OpenSSH Authentication Agent (サービス) 有効化 初期状態ではサービスが有効化されていないので、有効化とOS起動

                                                • React + Authentication で OpenIDConnect 認証を行う

                                                  こんにちは。安政です。 弊社では、ユーザ認証に Firebase の Authentication のパスワード認証を用いています。 OpenIDConnect を用いて、Auth0 を用いた SSO を実装する機会がありましたので、簡単にですが、共有したいと思います。 Firebase Authentication の設定 Authentication にて OpenIDConnect を有効にするための方法を記します。 Authentication の 「Sign-in Method」を開く 「新しいプロバイダを追加」をクリック カスタムプロバイダ上の「OpenID Connect」を選択 a. 初回は Authentication のアップグレードを行う必要がある OIDC プロバイダ情報を定義する a. 画像のような形で定義を行います。クライアント ID, 発行元, クライアントシ

                                                    React + Authentication で OpenIDConnect 認証を行う
                                                  • Building a Site with Authentication | Gatsby

                                                    Many sites require users to be authenticated in order to protect private data. Understanding authentication between client and serverIn many modern websites, the client — or frontend — is decoupled from the backend. This pattern is how Gatsby functions to combine data from a myriad of backend sources to facilitate building the frontend. In order to provide authentication functionality, another ser

                                                      Building a Site with Authentication | Gatsby
                                                    • Firebase Authenticationの使い方についてざっくりメモしてみる | 株式会社アイ・プライド

                                                      概要 GoogleのFirebaseにおける機能の1つ、「Firebase Authentication」の利用方法についてのメモ書きです この機能を使うと、ユーザー認証機能を簡単に実装することができます 技術についての概要は、公式(Google)から提供されているWebページや字幕付き動画などをご覧ください 一番基本的な「ポップアップで認証画面を表示する」パターンしか使用していませんので、より高度な機能を利用したい場合は、Google Firebaseの公式ドキュメントを参照してください 実際の操作手順 Firebaseでプロジェクトを作成します Webサイト上でプロジェクトの画面に移り、どの認証(ログイン方法)を追加したいかを選択する画面まで移動します 具体的には、https://console.firebase.google.com/project/<プロジェクト名>/authent

                                                      • サーバー側の Google ID トークンを確認する  |  Authentication  |  Google for Developers

                                                        Google 向け OpenID Connect WebAuthn 「Google でログイン」の SDK Android 用認証情報マネージャー ウェブで Google でログイン(ワンタップを含む) iOS と macOS 用の Google ログイン 業界基準 パスキー OpenID Connect 以前のログイン Android でのワンタップ登録/ログイン Android 向け Google ログイン ウェブ向け Google ログイン Google API を呼び出す Android での認証 ウェブでの認証 iOS/macOS での認証 OAuth 2.0 の使用 Google のアプリやデバイスとデータを共有する Google アカウント リンク Android 認証情報マネージャー ブロックストア デジタル アセット リンク;Digital Asset Links(#適宜

                                                          サーバー側の Google ID トークンを確認する  |  Authentication  |  Google for Developers
                                                        • Cyble - Multiple Organisations Compromised By Critical Authentication Bypass Vulnerability In Fortinet Products (CVE-2022-40684)

                                                          Cyble has an update that enhances ASM, CTI and more...

                                                            Cyble - Multiple Organisations Compromised By Critical Authentication Bypass Vulnerability In Fortinet Products (CVE-2022-40684)
                                                          • Safenet Authentication Client - lasopasee

                                                            Gemalto's SafeNet Identity and Data Protection solutions are trusted by the largest and most respected brands around the world to protect what matters most. SafeNet Authentication Client – is a middleware client that manages Gemalto’s extensive SafeNet portfolio of certificate-based authenticators, including eToken, IDPrime smart cards, USB and software-based devices.Offering full backward compati

                                                              Safenet Authentication Client - lasopasee
                                                            • GitHub - gladly-team/next-firebase-auth: Simple Firebase authentication for all Next.js rendering strategies

                                                              You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session.

                                                                GitHub - gladly-team/next-firebase-auth: Simple Firebase authentication for all Next.js rendering strategies
                                                              • [Firebase] AuthenticationでSMS認証 (Web編) - ねこの足跡R

                                                                これまでFirebaseへ様々な認証をお試してしてきました。 メールアドレス認証 Twitter認証 Facebook認証 Google認証 匿名認証 今回は電話番号を使ったSMS認証です。 AuthenticationでSMSログイン メールアドレスやSMSは匿名性の高い物が一人で量産できてしまいますが、電話番号であれば何かしらの契約が必要になりますのでハードルを高くすることが可能です。 この認証方法ではユーザーが入力した電話番号宛にFirebaseからSMS(昔でいうショートメール)が送信されます。SMS内にある暗証番号をログインページで入力してもらうことで本人確認が行えるというわけです。 AuthenticationでSMSログイン Firebase Webコンソールの設定 ソースコード config.js index.html done.html 実行結果 解説 最初に選択される国

                                                                  [Firebase] AuthenticationでSMS認証 (Web編) - ねこの足跡R
                                                                • Token Authentication with Rails

                                                                  Sometimes you don’t need a complex authentication approach for a project. Let’s say that you’re working on the first iteration of a mobile app with a Rails-based API. You need to authenticate a user, but you don’t want to implement something like OAuth 2. Rails has this built-in, but it doesn’t seem to be that well known. We’ve never written about it, and I’ve found myself finding it very useful a

                                                                    Token Authentication with Rails
                                                                  • Signed cookie-based authentication with Amazon CloudFront and AWS Lambda@Edge: Part 1 -Authentication | Amazon Web Services

                                                                    Networking & Content Delivery Signed cookie-based authentication with Amazon CloudFront and AWS Lambda@Edge: Part 1 -Authentication In this two-part blog series, you will learn how to use email addresses and domain names for user authentication. With this method, you restrict credentials-free user access to a static website. In this first blog, you will learn how to implement the authentication me

                                                                      Signed cookie-based authentication with Amazon CloudFront and AWS Lambda@Edge: Part 1 -Authentication | Amazon Web Services
                                                                    • Cocos Creator を使って Firebase Authentication を実装する | のい太ろぐ

                                                                      Firebase プロジェクト作成適当にプロジェクト名を決めます。 今回は使わないので、Google アナリティクスは有効にしません。 Web アプリを有効にWeb アプリから Firebase にアクセス出来るようにします。 適当にアプリ名を決めます。 あとで必要になるのので、firebaseConfig をメモします。 匿名認証を有効に一番簡単な匿名認証で動作確認をするため、匿名認証を有効にします。 左メニューの開発項目から、Authentication を選択して、ログイン方法の匿名を有効にします。 Cocos Creator プロジェクト作成TypeScript を選択してプロジェクト作成をします。 TypeScript を選んだ理由は、Javascript の上位互換で、Javascript には無かった型の定義出来るからです。 ミスの少ないコーデングが出来るようになります。 プ

                                                                        Cocos Creator を使って Firebase Authentication を実装する | のい太ろぐ
                                                                      • Key-based Authentication for OpenSSH on Windows

                                                                        Concurrency dev teams are driven by the goal of making sure our clients have intuitive interfaces, end-to-end support, and a seamless cross-device experience while setting the business up for massive scalability and global accessibility. Our clients are realizing the transformative power of their existing data – elevating their tech investment from below-the-line cost centers to above-the-line gat

                                                                          Key-based Authentication for OpenSSH on Windows
                                                                        • Implementing User Authentication with Sign in with Apple | Apple Developer Documentation

                                                                          Provide a way for users of your app to set up an account and start using your services.

                                                                            Implementing User Authentication with Sign in with Apple | Apple Developer Documentation
                                                                          • GitHub - GOATS2K/overpass: A self-hosted live video streaming platform with Discord authentication, auto-recording and more!

                                                                            You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session. Dismiss alert

                                                                              GitHub - GOATS2K/overpass: A self-hosted live video streaming platform with Discord authentication, auto-recording and more!
                                                                            • ssh接続エラー: Too many authentication failuresをどうにかする

                                                                              どうもこんにちは。HYPのこうじです。 今回は久しぶりにssh接続した際に出た認証エラーを解決します。 どうでもいいんですが去年Mac Book Pro買ったばかりですが、今年のモデルがどうしても欲しくて嫁にプレゼンする毎日です。

                                                                                ssh接続エラー: Too many authentication failuresをどうにかする
                                                                              • GitHub - aws-samples/amazon-cognito-passwordless-auth: Passwordless authentication with Amazon Cognito: FIDO2 (WebAuthn, support for Passkeys), Magic Link, SMS OTP Step Up

                                                                                AWS Solution to implement Passwordless authenticaton with Amazon Cognito Passwordless authentication improves security, reduces friction and provides better user experience for end-users of customer facing applications. Amazon Cognito provides features to implement custom authentication flows, which can be used to expand authentication factors for your application. This solution demonstrates sever

                                                                                  GitHub - aws-samples/amazon-cognito-passwordless-auth: Passwordless authentication with Amazon Cognito: FIDO2 (WebAuthn, support for Passkeys), Magic Link, SMS OTP Step Up
                                                                                • git pushでエラー!!Support for password authentication was removed on Au...

                                                                                  Abstract(git,ubuntu22.04) タイトル通りなんだけど、新規でubuntu22.04を設定して、git pushを実行すると下記エラーで失敗してた。 Support for password authentication was removed on August 13, 2021. WindowsのC:\Users配下の.gitconfig探したり、TortoiseGitの設定探したり、もう小一時間も彷徨って... orz 解決方法 結論 : githubのアクセストークンを取得して、パスワードに入力する。 1. 自分のgithubアカウントにアクセスする。 https://github.com/xxxx/ ↓ アイコンクリック ↓ Settings ↓ Developer settings ↓ Personal access tokens ↓ Note: 適当に。わ

                                                                                    git pushでエラー!!Support for password authentication was removed on Au...