You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The modal will then switch to an input field that accepts a 6 character code provided by the frontend deployment, this code will be used to query the server and acts as validation to prove their auth session.
Once the user inputs the correct digits make an HTTP call to the server with the code, the expected return will be a auth-session token
====================
Notes:
It seems as though MineTest uses the Lua programming language for mods
The text was updated successfully, but these errors were encountered:
Create a UI in the MineTest repo with the following details:
Once a user opens up the Game, they will be greeted with a frontend modal that asks them to click to navigate to the Login URL, this will lead them to the browser and our frontend deployment: https://github.com/Raid-Guild-Season-VI-Keyp-Integration/next-auth-example
The modal will then switch to an input field that accepts a 6 character code provided by the frontend deployment, this code will be used to query the server and acts as validation to prove their auth session.
Once the user inputs the correct digits make an HTTP call to the server with the code, the expected return will be a auth-session token
====================
Notes:
It seems as though MineTest uses the Lua programming language for mods
The text was updated successfully, but these errors were encountered: