Commit Graph

8 Commits (6eea565babaeea565d73848dbde9be05e21d9bd3)

Author SHA1 Message Date
Daniel Supernault 33dce75f2c
Pint app/ 4 weeks ago
Your Name 9a9726af7c Install Larastan for static analysis
- Add larastan/larastan v3.10 (dev dependency)
- Configure phpstan.neon at level 0 with Laravel extension
- Generate baseline for existing errors (711 items)
- Exclude files with missing class references
- Fix one non-ignorable return type error in BearerTokenResponse
- Add composer analyse script

Usage: composer analyse
1 month ago
Daniel Supernault 4ce6e610bd
Update oauth/token, fix scope to be space separated string instead of array 2 years ago
Daniel Supernault fc8709bc4b
Fix typo 2 years ago
Daniel Supernault d8f5c3027c
Update BearerTokenResponse, return scopes in oauth/token endpoint. Fixes #5286 2 years ago
Daniel Supernault 2e6100f275
Update BearerTokenResponse, fix scope bug 3 years ago
Emelia Smith 7b0a6060b2
Return access tokens' scopes, not hardcoded list 3 years ago
Daniel Supernault 1c02afb1a1
Update oauth flow 5 years ago