Open antbou opened 1 year ago
the user object contained in the PAYLOAD access_token is not up to date
In fact, I was able to reproduce this issue.
This happens beceause the funcion set_jwt_token defined in /app/misc/rodauth_main.rb is not called.
Order of the steps to do :
Update the user [PUT] :
Generate and get a New token : [POST]
Problem
the user object contained in the PAYLOAD access_token is not up to date