Account server for coldwire.org
  • Go 42.3%
  • Svelte 37.9%
  • JavaScript 12.6%
  • CSS 6.4%
  • HTML 0.8%
Find a file
2022-05-08 00:57:17 +02:00
controller improve security with http only cookies 2022-05-07 19:23:33 +02:00
database imrpove a lot of things 2022-03-11 02:00:24 +01:00
middleware add auto login from oauth 2022-04-09 01:33:46 +02:00
models improve security with http only cookies 2022-05-07 19:23:33 +02:00
node_modules improve security with http only cookies 2022-05-07 19:23:33 +02:00
routes improve security with http only cookies 2022-05-07 19:23:33 +02:00
utils improve security with http only cookies 2022-05-07 19:23:33 +02:00
views improve security with http only cookies 2022-05-07 19:23:33 +02:00
.gitignore remove production build from repo 2022-04-09 05:47:47 +02:00
config-postgres.toml add debug 2022-05-08 00:57:17 +02:00
config.toml add proxy mostly for dev 2022-04-09 03:01:01 +02:00
go.mod makes basic auth function working 2022-04-09 01:14:06 +02:00
go.sum makes basic auth function working 2022-04-09 01:14:06 +02:00
hydra-dev-config.yml add proxy mostly for dev 2022-04-09 03:01:01 +02:00
hydra.yml add debug 2022-05-08 00:57:17 +02:00
main.go add debug 2022-05-08 00:57:17 +02:00
README.md makes auth working ! 2022-04-09 04:55:56 +02:00
yarn.lock improve security with http only cookies 2022-05-07 19:23:33 +02:00

Auth

Account manager and Authorization server for coldwire

Dev

in the "views" folder:

npm i
npm run dev

in the root folder of ther project:

docker-compose -f ./hydra.yml up
DEV_FRONT_URL=http://127.0.0.1:8080/ go run main.go -config config.toml

then visit http://127.0.0.1:3003 :)