sasjs / server

Build Apps on Base SAS
https://server.sasjs.io
MIT License
20 stars 3 forks source link

Make `Authorize` button more user friendly #134

Closed allanbowe closed 2 years ago

allanbowe commented 2 years ago

Currently to use the "Authorize" button you need to run the /SASjsApi/#/Auth/Authorize endpoint to get the access token and then the /SASjsApi/#/Auth/Token endpoint to get the access token.

This part should instead be automated, so that you can just provide user credentials to the Authorize button and it will auto-populate the access token.

allanbowe commented 2 years ago

Automated now