roysathome.net/auth
Joseph.Roy 35440e6b43 add jwt test, and added downcase for all username database queries.
Signed-off-by: Joseph.Roy <Joseph.Roy@PSV-JOSEPHR-LAP>
2023-12-13 10:02:59 +00:00
..
Gemfile change ruby version in gemfile 2023-12-12 08:52:27 +00:00
Gemfile.lock add ability to check if user exists, and to reject if not. Also add the ability to input username and password on test program 2023-12-13 09:06:40 +00:00
README.md added ruby files 2023-12-11 00:31:30 +00:00
auth.rb add jwt test, and added downcase for all username database queries. 2023-12-13 10:02:59 +00:00
cryptography.rb make login code work 2023-12-12 22:52:36 +00:00
database_queries.rb add jwt test, and added downcase for all username database queries. 2023-12-13 10:02:59 +00:00
docker_compose.yml add docker files 2023-12-11 22:35:31 +00:00
dockerfile add docker files 2023-12-11 22:35:31 +00:00
initialize_database.rb make login code work 2023-12-12 22:52:36 +00:00
post.rb add ability to check if user exists, and to reject if not. Also add the ability to input username and password on test program 2023-12-13 09:06:40 +00:00

README.md

Install dependancies

gem install sinatra webrick ruby ./auth -p 4567

To use the Gemfile: bundle installd