oauth2c is a command-line tool that simplifies the process of experimenting with different grant types and client authentication methods for OAuth 2.0.
oauth2c is a command-line tool that simplifies the process of experimenting with different grant types and client authentication methods for OAuth 2.0.
To install oauth2c, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install oauth2c
To see what files were installed by oauth2c, run:
port contents oauth2c
To later upgrade oauth2c, run:
sudo port selfupdate && sudo port upgrade oauth2c
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.