問題タブ [jwt-auth]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
c# - なぜ User.Identity.IsAuthenticated は false ですか?
Authorize属性なしでアクションを作成する必要がありますが、User.Identity.IsAuthenticatedで値を取得する必要があります。
起動:
トークン:
コントローラ:
User.Identity.IsAuthenticated は常に false です。しかし、パラメーター AuthenticationSchemes = JwtBearerDefaults.AuthenticationScheme で Authorize 属性を追加すると、User.Identity.IsAuthenticated は true になります。
この問題をどのように解決しますか? バリアントはありますか?