I've created a route called login and another one function(middleware), if the authentication is good, this can be redirected to the delete route but unfortunat
Honestly, it this point im begging for help So im trying to add protection for my docker registry ( i do not wanna use htpassword ) which is run like this: dock
Honestly, it this point im begging for help So im trying to add protection for my docker registry ( i do not wanna use htpassword ) which is run like this: dock
I am using : Symfony 5.4 + ApiPlatform + JWTRefreshTokenBundle 1.1 JWTRefreshTokenBundle => https://github.com/markitosgv/JWTRefreshTokenBundle I need to ch
I am using : Symfony 5.4 + ApiPlatform + JWTRefreshTokenBundle 1.1 JWTRefreshTokenBundle => https://github.com/markitosgv/JWTRefreshTokenBundle I need to ch
I am trying to trigger a Google cloud function using an HTTP request and a service account. I followed these steps : Create a service account Download JSON key
I have a razor pages app [username and password auth] and a WebAPI app that uses JWT auth. Both the services use the same user table. After user proceeds to che
I have the following set up: Authorization server (.NET 6 with MVC, port 7000), Client (.NET 6 with MVC, port 7001), Resource Server (.NET 6 API, port 7002). Au
I am currently creating a Java Spring application that works with the spring security JWT. Everywhere I look and read about the "secret string", it says should
I am using this code to be able to use the credentials next-auth provider along with cognito as oauth serviice: this to allow email and password auth. I am runn
I am new at programming. recently I am learning jwt. but I am confused about the purpose of jwt and how does it work? hope I will get an actual answer. Thanks.
I'm currently implementing Sign in With Google on a website of mine using the callback approach. So far it works; a user clicks a button, a network call is made
So I'm adding JWT authentication for a webapi. Everything works fine until I messed around with the scheme settings. Somehow the following settings dont work an
If i used http://localhost:5000/login everything is working. When i used live link https://auto-shoroom.herokuapp.com/login there's the error POST https://auto-
Currently, we have a spring boot REST application connecting to a mysql database in which we have a table named "User" with several fields. Am
I am using this query to count and group occupation types. I need to do this in order to create a pie chart for the client side for the front end. I don't think
I am using Spring Boot, Bitnami/Keycloak:latest, java 11. I want to get the group and group attributes before the request reaches the controller because I need
I am trying to make a request using django-rest-framework and django-rest-framework-jwt but The response that I get detail": "You do not have permission to perf
I have two modules in two different server i.e., User and transaction module. User module has one Login API which generates the JWT token, Now I want to send th
I have an Auth0 application and I'm maintaining roles through the User Management. I would like to get those roles that are assigned to a user to be added to t