Hi: Dave
Those two projects ( oauth2-vanilla and oauth2) seem creating a new grant_type ( AuthorizationCodeGrant) and employing access_token as the proof of user authentication
I am expecting those two projects are implementing openid connection standard as user authentication. Or at least , tutorial could explain to readers the risks of using accss_token as the proof of user authentication has some pitfalls in user authentication.
See following captured traffic during usr login in from http://localhost:8080 .
The first is obtained from oauth2-vanilla project .

The second is from oauth2 project

Ming Qin
Hi: Dave
Those two projects ( oauth2-vanilla and oauth2) seem creating a new grant_type ( AuthorizationCodeGrant) and employing access_token as the proof of user authentication
I am expecting those two projects are implementing openid connection standard as user authentication. Or at least , tutorial could explain to readers the risks of using accss_token as the proof of user authentication has some pitfalls in user authentication.
See following captured traffic during usr login in from http://localhost:8080 .

The first is obtained from oauth2-vanilla project .
The second is from oauth2 project

Ming Qin