DLMousey / OIDC.Core

Toy OAuth + OIDC provider written in .net core
1 stars 0 forks source link

Route structure refactoring #2

Open DLMousey opened 3 years ago

DLMousey commented 3 years ago

Refactor all oauth specific endpoints down into a single /oauth endpoint route and use strategy pattern to dispatch correct controller - do some research into manually spinning up controllers since there's a hell of a lot of magic at play in this framework which might make this complicated.

Marking as schrodinbug since the current url structure doesn't reflect most real-world oauth systems can imagine this will drive some people absolutely mental