labbsr0x / whisper

A cloud-native Identity and OAuth Provider implemented with Golang and ORY Hydra
MIT License
12 stars 4 forks source link

REST Login and Consent #13

Closed eabili0 closed 5 years ago

eabili0 commented 5 years ago
  1. Adapt Login and Consent endpoints to work as REST apis: 1.1. delegate redirection responsibility to front-end, by returning hydra's redirect_uri 1.2 appropriately return error messages to be shown to the user
  2. Adapt Login and Consent JS to work with the new REST apis 2.1. redirecting when appropriate 2.2. improving error handling and notification
claudiosegala commented 5 years ago

This issue can be closed right?

eabili0 commented 5 years ago

Yes. It should've been mentioned in the approved Pull Request. Thanks!