davidallendj / opaal

Tool to automate the OAuth 2.0/OIDC flows
MIT License
1 stars 3 forks source link

Major refactor and reoganization #5

Closed davidallendj closed 6 months ago

davidallendj commented 6 months ago

This PR reorganizes the structure of the project and also fixes the issues with repeat logins. It also allows for specifying where to send the access token by setting the query params in the login page.

example:

http://127.0.0.1:3333/login?target=<encoded_url>

This feature allows CLI tools to receive tokens when supplying the target value.