Jamil Bou Kheir 7973923588 Fix CSRF
2020-10-13 16:51:24 -05:00
2020-10-13 16:51:24 -05:00
2020-05-11 16:18:57 -05:00
2020-06-01 23:53:02 -07:00
2020-06-20 13:34:58 -07:00
2020-05-05 22:00:24 -07:00
2020-04-21 20:49:55 -07:00
2020-07-21 22:57:54 -05:00
2020-10-12 10:27:56 -05:00
2020-05-04 17:20:59 -07:00
2020-04-21 20:49:55 -07:00
2020-07-09 18:38:47 -07:00
2020-10-12 10:32:32 -05:00
2020-07-21 22:57:54 -05:00

Test Coverage Status

FireGuard

Warning: This project is under active development and is absolutely not secure at the moment. Do not attempt to use this software until this notice is removed.

You have been warned.

Check back later :-).

Setup

  • have postgres installed with a super user role fireguard
psql -h localhost -d postgres

CREATE ROLE fireguard;
  • have elixir installed
brew install elixir

setup project

cd apps/fg_http && mix deps.get && mix ecto.setup 
npm install --prefix assets
mix phx.server
Description
No description provided
Readme Apache-2.0 169 MiB
Languages
Elixir 57.1%
Rust 29.2%
TypeScript 5.9%
Swift 3.3%
Kotlin 1.8%
Other 2.5%