Token authentication

In order to maintain compatibility with a legacy android app that use JWT tokens for authentication, I had to make a small change to validateUserAccount in account/src/Authenticate/Authenticator.php; the function definition was changed from protected to public. With this change when I receive the token, I extract the user id and can call validateUserAccount from my sprinkle.

Is this a change that other’s are interested in?

2 Likes

Possibly…discuss this in chat?

it would be great if discussions happens here instead of chat… im always trying to search for answers or possible solutions, or anything that could help me. Let the people talk here in the forum instead of chat…