Hey, nice job getting started with AuthCompanion. You made it to the home page.
When you're ready, tell AuthC to redirect users (after successful login) to your application's home and page ditch this one.
For a full guide on how to integrate and launch AuthCompanion, check those sections in the docs: https://docs.authcompanion.com/
After a successful login or account registration, AuthC provides developers a user's access token which is used for managing your user's session. The access token contains helpful information about the user for all sorts of uses. Decode the token's payload here to find out.