我正在使用auth0。 我的應用需要用戶確認他們的電子郵件。 當用戶註冊時,他收到此警報: Error: unauthorized. Check the console for further details.
這是因爲用戶還沒有驗證他的電子郵件。 如何「捕捉」此事件/警報以便將用戶重定向到我選擇的視圖? 謝謝你的幫助
我在應用程序中有兩個級別的訪問權限:適用於所有人,僅適用於授權。 我登錄作爲註冊用戶, 但如果我嘗試請求被保護的數據,我得到一個錯誤: Authentication Failed: No AuthenticationProvider found for com.company.security.tokenAuth.TokenAuthentication 我TokenAuthentication類: