review feedback: move NEXT-RELEASE to issue

This commit is contained in:
David Sharnoff 2023-03-24 08:48:36 -07:00
parent 1bf820ce35
commit 2719a47629

View file

@ -1,12 +0,0 @@
This file is a place to note backwards-incompatible changes that will be present
in the next major release.
Here are planned changes.
- `op.CanSetUserinfoFromRequest` will be removed.
- `op.SetUserinfoFromScopes` will be replaced with `op.SetUserinfoFromRequest`.
You can switch to `op.SetUserinfoFromRequest` immediately and have an empty
implementation of `op.SetUserinfoFromScopes`. To get the subject and client
(current parameters to `op.SetUserinfoFromScopes`) in `op.SetUserinfoFromRequest`,
call `token.GetSubject()` and `request.GetClientID` respectively.