Authentication on cli

Hello there,

I want to know if there is an authentication system using a cli in order to validate if a user is correct or not. I’m working on a decentralized chat and the idea is having the solid username and password in order to create a small chat in a terminal and allow users to participate in that chat.

1 Like

https://github.com/jeff-zucker/solid-auth-cli offers terminal based login and persistent connection using the same API as solid-auth-client. There’s also https://github.com/jeff-zucker/solid-shell which provides a command-line and interactive shell access to it.

3 Likes