silex-oauth
silex-oauth copied to clipboard
Silex provider for lusitanian/oauth.
Hello, I am implementing OAuth on an area of my application. I am moving from Form based auth to OAuth. I have been trying to set the `pattern` for the...
It is possible to persist user data, (user id, email, name) in database maybe mysql or sqlite, could you give me an example or link that could help me. I...
To prevent: InvalidArgumentException: $user must be an instanceof UserInterface, an object im plementing a __toString method, or a primitive string. (uncaught exception) at /vendor/sy mfony/security/Core/Authentication/Token/AbstractToken.php line 94 {"exception":"[object](InvalidArgumentException%28code : 0%29:...
Hi, I'm trying to inject some parameters through setters into the OAuth services. The base library you are using has some services which have setter methods to configure specific options....
I see that authorization uri is built here https://github.com/gigablah/silex-oauth/blob/master/src/Security/Firewall/OAuthAuthenticationListener.php#L135 The method getAuthorizationUri accepts an array of parameters so it would be cool if we could use that to pass additional...