Skip to main content
-2 votes
0 answers
6 views

I’m facing a weird Chrome issue. Every time I fully close Chrome and reopen it, I’m logged out of almost all websites — ChatGPT, ClickUp, Substack, etc. Google services (Gmail, Meet) stay logged in. ...
pf4a's user avatar
  • 1
0 votes
0 answers
30 views

I am currently following the 2nd Quickstart of Duende IdentityServer: https://docs.duendesoftware.com/identityserver/quickstarts/2-interactive/ I have created the IdentityServer as well as the RP ...
jbol's user avatar
  • 1
0 votes
1 answer
109 views

I’m using AWS Cognito with Google as an Identity Provider in a Next.js app. I am using AWS managed login as well. Sign-in works correctly, tokens are received, and the user session persists. However, ...
codernoob8's user avatar
0 votes
0 answers
72 views

I recently worked on a PHP based project and it implemented Keycloak SSO login system. There are three apps (let's say App-1, App-2, and App-3) that are using the SSO. App-1 also implemented ...
HKL's user avatar
  • 1
0 votes
0 answers
52 views

I wanted to ask that there is something wrong with one of my endpoints, the endpoint seems to be blocked for some reasons, I have other endpoints that are giving response but this one fails.See the ...
Rinkesh Kumar Sinha's user avatar
0 votes
0 answers
53 views

I am trying to use a code like the following to logout using AWS Cognito: private navigateToLogout(): void { try { const clientId = '1234213421423'; const currentUrl = window....
adrCoder's user avatar
  • 3,325
0 votes
0 answers
56 views

I'm facing an inconsistent logout issue in a Next.js app using next-auth. The user is redirected after calling the logout function, and tokens are supposed to be cleared. While most of the time ...
ambreen akmal's user avatar
0 votes
2 answers
159 views

I need help. "How can I log out a user in Angular when they close the browser tab instead of clicking the logout button, so that the next time they try to access the application, they have to log ...
ivan's user avatar
  • 1
1 vote
1 answer
97 views

I am using POSTMAN to send API Requests.I have been logged in through API and got a token. When I try to log out using that particular token it display output as "not logged in" This is the ...
bibashmanjusubedi's user avatar
0 votes
0 answers
18 views

Before logging out, should I check for a valid JWT token? i.e. authenticate a client. Which is best? Authenticating or skipping authentication?
Sufiyan Malik's user avatar
0 votes
1 answer
63 views

I have a banking website and I am implementing as case where, when a user tries to refresh browser it should show a warning popup which states that you will be sign out and if user click on that ...
Karan's user avatar
  • 45
1 vote
0 answers
307 views

I created a custom keycloak theme. It works great for the login and register page, after I configured the login theme in the keycloak admin console. I created a logout.ftl to style the logout page (I ...
P D's user avatar
  • 45
0 votes
1 answer
414 views

I am using NextAuth.js for authentication in my Next.js application. Everything works fine when logging in—if I log in on one tab, opening the same project in another tab automatically shows the user ...
janfishan's user avatar
0 votes
1 answer
217 views

I am new to Keycloak, but I have set up a Keycloak server, the installation, configuration, and access to my web application. Authentication goes through a custom SPI for read-only access to a ...
folded_bamboo's user avatar
0 votes
0 answers
45 views

Context I'm implementing a logout feature in my Spring Boot application that clears an authentication cookie and returns a success message: @RestController @RequestMapping("/auth") public ...
null-point-exceptional's user avatar

15 30 50 per page
1
2 3 4 5
148