Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
ngx-admin/Nebular アプリで GraphQL API を介して認証フローを行う方法は?
利用可能なAuthStrategyクラスは限られており、それらの動作を変更する簡単な方法はありません。最も近いのはNbPasswordAuthStrategyHTTP リクエストを行う ですが、GraphQL API でそれを使用する方法がわかりません。
AuthStrategy
NbPasswordAuthStrategy
今のところ、 を介した認証GraphQLはそのままでは利用できません。この問題を解決するには、次のような新しい戦略を作成する必要がありますが、新しい戦略は Plaint ではなく client でNbPasswordAuthStrategyリクエストを作成します。GraphQLHttpClient
GraphQL
HttpClient