Commit Graph

32 Commits

Author SHA1 Message Date
RaviAnand Mohabir
6d94d43d67 💄 Add PrismJS and create homepage with example 2021-05-21 17:51:51 +02:00
RaviAnand Mohabir
fa27b2f9a2 Add login and profile routes to example app for showcase and testing 2021-05-21 16:23:19 +02:00
RaviAnand Mohabir
f2c05e53cc 🍱 Add logo 2021-05-21 16:22:51 +02:00
RaviAnand Mohabir
7745dba5f9 🚨 Format and lint files 2021-05-21 15:13:23 +02:00
RaviAnand Mohabir
7582c75699 📌 Undo file: mapping dependency for usage with Vite 2021-05-21 15:12:26 +02:00
RaviAnand Mohabir
bd4ae4387e 🎨 Enable TS strict mode and set target to es2017 2021-05-21 15:12:18 +02:00
RaviAnand Mohabir
7a9a9c48c9 📌 Undo file: mapping dependency for usage with Vite
TODO: Needs to be fixed for release.
2021-05-21 15:10:48 +02:00
RaviAnand Mohabir
f41d9d8d92 🚨 Exclude app from TS build 2021-05-21 13:16:02 +02:00
RaviAnand Mohabir
f58d3a9dda Add host and basePath to general config and improve recognition of routes 2021-05-21 13:14:11 +02:00
RaviAnand Mohabir
9a48661d10 ⬆️ Update local deps 2021-05-21 13:13:06 +02:00
RaviAnand Mohabir
09e0fb6da3 Export auth API routes from app 2021-05-21 13:12:52 +02:00
RaviAnand Mohabir
7c454575ef 🎨 Add RedditOAuthProvider.profileHandler for general use and stripping of payload 2021-05-21 13:12:10 +02:00
RaviAnand Mohabir
7d1f92d593 🔧 Add JWT_SECRET_KEY to env and config 2021-05-21 13:11:17 +02:00
RaviAnand Mohabir
b88af6c150 Use file: instead of link: for local dependency to svelte-kit-auth 2021-05-21 12:03:47 +02:00
RaviAnand Mohabir
a8441e3ce8 🚚 Rename example-app to app 2021-05-20 20:24:39 +02:00
RaviAnand Mohabir
80e09b72e8 🎨 Make Auth class default export of lib 2021-05-20 20:14:54 +02:00
RaviAnand Mohabir
e13255116c ♻️ Export all providers from /providers module 2021-05-20 20:00:12 +02:00
RaviAnand Mohabir
6da05b0542 Add basic auth config to example app 2021-05-20 19:59:42 +02:00
RaviAnand Mohabir
768b7b9fef 🔧 Update example app env variables 2021-05-20 19:59:16 +02:00
RaviAnand Mohabir
872b93ab31 Add local dependency to svelte-kit-auth as symlink 2021-05-20 19:59:01 +02:00
RaviAnand Mohabir
05f849939d 🔧 Add exports and types to package.json and update tsconfig.json for Vite-compatible build output 2021-05-20 19:58:27 +02:00
RaviAnand Mohabir
5ed4607fe5 💄 Add TWCSS and base styles with fonts Inter/Fira Mono 2021-05-20 12:25:44 +02:00
RaviAnand Mohabir
d3b097f791 🎉 Scaffold example app with SvelteKit barebones skeleton 2021-05-20 12:17:44 +02:00
RaviAnand Mohabir
2b21911d22 🏷️ Export types from index.ts 2021-05-17 19:12:58 +02:00
RaviAnand Mohabir
8de1f5cc42 🚚 Move lib to root src/ folder 2021-05-17 19:10:41 +02:00
RaviAnand Mohabir
74ec18eb4a 🔧 Create tsconfig.json 2021-05-17 19:01:40 +02:00
RaviAnand Mohabir
7aac5a5601 🙈 Add dist/ folder to .gitignore 2021-05-17 19:01:16 +02:00
RaviAnand Mohabir
65acc7dadc 🚨 Add Svelte dev dependencies 2021-05-17 19:00:01 +02:00
RaviAnand Mohabir
8c60a95dc1 🎨 Lint files 2021-05-17 18:48:08 +02:00
RaviAnand Mohabir
d7c4438f43 Import codebase from Cheeri-No 2021-05-17 18:47:55 +02:00
RaviAnand Mohabir
4ad637dd36 🎉 Initialize NPM project and install dependencies 2021-05-17 18:47:18 +02:00
RaviAnand Mohabir
5f53fd851c Initial commit 2021-05-17 18:34:30 +02:00