Skip to content
This repository has been archived by the owner on Jun 7, 2022. It is now read-only.
/ auth-and-axes Public archive

Exploring ways of authorization, authentication, and access control

License

Notifications You must be signed in to change notification settings

asaaki/auth-and-axes

Repository files navigation

🔐🪓

auth and axes

Exploring ways of authorization, authentication, and access control

screenshots

day 1: basic setup

proof of concept: form sending data as json, and receiving a JWT as response

  • set up docker-compose stuff
  • add plain and hardcoded "SPA", served via nginx
  • add API backend services (Rust, tide)
  • add some more nginx for TLS termination of backends (tide has no support yet)
  • use mkcert for TLS on localhost
  • add some *.test domains for localhost to /etc/hosts

Note: the JSON response is for debuggin only, never ever shall you return plain text credentials! Also the JWT is part of an httpOnly and secure cookie and shall never be accessed by any 3rd party.

name

axes [ˈæksɪz] is a pronunciation pun on access [ˈæksɛs].

About

Exploring ways of authorization, authentication, and access control

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published