miniluz / AstronAuth

Implementation of OAuth 2.0
MIT License
0 stars 0 forks source link

Create authorization server tests #4

Open miniluz opened 5 months ago

miniluz commented 5 months ago

Establish tests for the authorization server.

miniluz commented 5 months ago

On section 4.1 of the RFC you can see the expected request and output for the authorization endpoint and the error messages to be displayed.

Requests for the authorization server not containing the scope parameter will result in the grant only allowing the user's identity and company to be identified.

miniluz commented 5 months ago

On section 5 of the RFC you can see the expected request and output for the token endpoint and the error messages to be displayed.

miniluz commented 5 months ago

I installed the dependencies and prepared the project.