<nav class="navbar navbar-default" role="navigation"> <div class="container-fluid"> <div class="navbar-header"> <ul class="nav navbar-nav"> <li><a href=".">p4oauth</a></li> <li><a href="overview.html">Overview</a></li> <li><a href="configuration.html">Configuration</a></li> <li><a href="api.html">API</a></li> <li><a href="development.html">Development</a></li> <li><a href="../javadoc">Javadoc</a></li> </ul> </div> </div> </nav>
# | Change | User | Description | Committed | |
---|---|---|---|---|---|
#3 | 9180 | tjuricek |
0.1.1 Adding mechanism for fetching the p4 token given the bearer token on an Authorization header. This is probably secure since we can't use these tokens except for the restricted hosts. |
||
#2 | 9161 | tjuricek | 0.1.0 Minimal p4oauth server that provides a basic authorization code grant. | ||
#1 | 9089 | tjuricek |
Moving some code that worked via some manual validation to the workshop. This just implements a basic code authorization grant scheme. Automated tests are forthcoming, awating some gradle plugin work that should sit outside of this project. |