excellarateinc / voyage-api-dotnet

Enterprise grade C# .NET Web Services API implementing industry standard best practices
Apache License 2.0
16 stars 14 forks source link

Make client scopes data driven. #141

Closed raymer closed 7 years ago

raymer commented 7 years ago

Right now, they are static in a client class. They should be in the database and retrieved when needed.

(OAuthController.cs)

We already have the scopes repository. We just need to create a service method to pull them and call it from the OAuthController.