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
Allow users to login to Anvarin using their Google accounts, using next-auth's Google provider.
add mongodb@3.5.9 dependency; this allow next-auth to add accounts, sessions and users to the database provided.
new environment variables are added with this PR GOOGLE_CLIENT_ID, GOOGLE_CLIENT_SECRET,MONGODB_URI,NEXTAUTH_URL.
Related issue: #45
Create User details form - Anavrin now shows a User's image if a user is logged in; A User settings page is added for the user to update details. A User can not enter exchange information to connect information to different exchanges; Mantine components are used for UI and some hooks logic; The data entered in the exchange form is encrypted.