danschultzer / phoenix_oauth2_provider

Get an OAuth 2 provider running in your phoenix with controllers, views and models in just two minutes
MIT License
84 stars 41 forks source link

Token introspection #42

Open Ross65536 opened 3 years ago

Ross65536 commented 3 years ago

Closes #40

Depends on https://github.com/danschultzer/ex_oauth2_provider/pull/90

Add endpoint for token introspection

Ross65536 commented 3 years ago

the mix deps will need to be updated with the changes from the depended PR to make the tests pass