diff --git a/code/websites/pokedex.online/src/views/AuthenticationHub.vue b/code/websites/pokedex.online/src/views/AuthenticationHub.vue new file mode 100644 index 0000000..9d2fb61 --- /dev/null +++ b/code/websites/pokedex.online/src/views/AuthenticationHub.vue @@ -0,0 +1,807 @@ + + + + + + +``` + +--- + +## Summary + +All code is ready to apply. The order is: +1. Update router.js (simple, unblocks routes) +2. Update OAuthCallback.vue (enables OAuth callback) +3. Update DeveloperTools.vue (simple property update) +4. Update .env (add Discord credentials) +5. Create AuthenticationHub.vue (largest file) +6. Update ChallongeTest.vue (remove auth sections, add link) +7. Build and test + + +```` + +``` \ No newline at end of file