This is an Aeria project bootstrapped with create-aeria-app
.
It uses the npm
package manager, which you may change in the future. You may also replace this README.md file with your own at anytime.
To get documentation, visit https://aeria.land/.
$ npm install
$ npm run dev
You may sign in into your application visiting http://localhost:8080/user/signin
.
- github
GITHUB_CLIENT_ID = your_client_id
GITHUB_CLIENT_SECRET = your_client_secret
GITHUB_TOKEN_URL=https://github.com/login/oauth/access_token
GITHUB_USER_URL=https://api.github.com/user
GITHUB_REDIRECT_URI=http://localhost:8080/redirectGit
- twitch
TWITCH_CLIENT_ID = your_client_id
TWITCH_CLIENT_SECRET = your_client_secret
TWITCH_TOKEN_URL= https://id.twitch.tv/oauth2/token
TWITCH_USER_URL=https://api.twitch.tv/helix/users
TWITCH_REDIRECT_URI=http://localhost:8080/redirectTwitch
GOOGLE_CLIENT_ID = your_client_id
GOOGLE_CLIENT_SECRET = your_client_secret
GOOGLE_TOKEN_URL=https://accounts.google.com/o/oauth2/token
GOOGLE_USER_URL=https://www.googleapis.com/oauth2/v3/userinfo
GOOGLE_REDIRECT_URI=http://localhost:8080/redirectGoogle
VITE_GITHUB_CLIENT_ID = your_client_id
VITE_GITHUB_URL=https://github.com/login/oauth/authorize
VITE_GITHUB_REDIRECT_URI=http://localhost:8080/redirectGit
VITE_TWITCH_CLIENT_ID = your_client_id
VITE_TWITCH_URL=https://id.twitch.tv/oauth2/authorize
VITE_TWITCH_REDIRECT_URI=http://localhost:8080/redirectTwitch
VITE_GOOGLE_CLIENT_ID = your_client_id
VITE_GOOGLE_REDIRECT_URI=http://localhost:8080/redirectGoogle
VITE_GOOGLE_SCOPE=https://www.googleapis.com/auth/userinfo.profile
Since the localhost is running http instead of https, i had to make separate redirect views.
If you are going to deploy, consider using document.refereer and checking what service the user used and merging the views in one.
- Official website
- Discord community (get live support almost 24/7)