I am using loopback 3.0 and datasource as MS SQL server, "encrypt": true
When I go to API explorer "http://localhost:3000/explorer/" it shows an Access Token by default.
How can I get this access token from an API so one can submit POST / GET from a frontend application (Angular)?
Note: I am not using any ACL at moment.