Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 474 Bytes

readme.md

File metadata and controls

10 lines (8 loc) · 474 Bytes

This is an example project that simulate the authentication part of Monica's api, based on Oauth.

To setup the project:

  • composer install
  • Enter the client ID and the secret in the .env file. You can get these values when you register a new application in your Monica's account.
  • Make sure you have a valid Monica instance that runs locally.

Then, point to http://client.app/redirect to start the Oauth process.