Chris Holland
Chris Holland
## User Story ## Goals: ### Location Sniffing Goals: - Most users just want to find things near them - Having to type their location in a box is somewhat...
## User Story As a user I want to see all RBB Episodes from YouTube in one location on the RBB website So I can click and view them ##...
## User Story Once a Business Owner has claimed and verified their ownership of a given business, we would like to make a public-facing URL on the Owners' Portal which...
so it looks like NextJS does indeed support React true server-side rendering, unlike Gatsby: https://nextjs.org/learn/basics/create-nextjs-app https://nextjs.org/docs/basic-features/pages#server-side-rendering https://nextjs.org/docs/basic-features/data-fetching#getserversideprops-server-side-rendering - they definitely try to nudge you toward deploying to their platform https://vercel.com/pricing...
## User Story As someone who knows of a Black-Owned Business, or the owner of a Black-Owned Business I want to Register a New Business but to also be guided...
See #625 starting [here](https://github.com/FriendsOfSymfony/FOSOAuthServerBundle/issues/625#issuecomment-575486074). This pull request also features contributions from @iisisrael - Some more cleanups are still in progress. If you wish to test this out against my branch...
I was talking only about `roave/security-advisories` here. I'd like to keep this PR as minimal as possible and just focus on Symfony 5 support. Stuff like `roave/security-advisories` can be PR-ed...
https://github.com/JeffreyVerreckt/symfony4-oauth2-server-league/blob/01e14258eab785cd2214ce3c7547f351182777a6/src/Application/EventSubscriber/TokenSubscriber.php#L64 Below is a modified version of this file from following breadcrumbs of deprecation in symfony 5, most notably replacing Diactoros with PsrHttpFactory and passing it a single instance of...
https://github.com/JeffreyVerreckt/symfony4-oauth2-server-league/blob/2a4d30c3d1071b308f5604b125d7c038d35ddcfa/src/Application/Repository/Doctrine/RefreshTokenRepository.php#L10 It appears to implement AccessTokenRepositoryInterface when I believe you want it to implement RefreshTokenRepositoryInterface