You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to CAS Community
Hey guys,
as I am on it already:
What is the best approach to use CAS in conjunction with a command line tool to login to a secured service? I read through the documentation and the first problem seems to be that I am not in a browser context. Am I forced to talk to the CAS REST API? Or are there other ways to solve the authentication?
At the moment I would: 1) Talk to the CAS REST API to get a JWT token and store it when executing > awesome-command login <username>
2) Use the token to talk to my REST API for subsequent commands > awesome-command init <project name>