Skip to content
This repository has been archived by the owner on Jan 28, 2022. It is now read-only.

Handle filtering by unrecognized scopes

Latest
Compare
Choose a tag to compare
@Adarnof Adarnof released this 08 May 01:02

I haven't updated the scope list since the initial release - there are plenty out there that don't get automatically creasted in migrations. If a scopes was unrecognized (such as the first time seeing one of these new scopes) then it would be excluded from the list of scopes used to filter tokens. This is obviously incorrect behaviour - if we don't have the scope on file how can we have tokens with it? This update corrects this behaviour and fixes an issue with filtering for no scopes.