oauth: store auth req scopes same way as auth session (array of strings) (#1145)
This is a breaking change, and could impact database schemas or even
stored data for already-deployed code relying on this package.
On the other hand, it makes things consistent, and I think easier to
work with.
I'll try to do a quick scan for projects already building on this (new)
package.