YubicoLabs / passkey-workshop

Sample backend application to demonstrate a relying party that supports passkeys. This example includes examples of the java-webauthn-server library, helper classes, code examples, best practices, and API schemas.
36 stars 8 forks source link

Restructure projects scripts and java-app folder #12

Closed csalas-yubico closed 1 year ago

csalas-yubico commented 1 year ago

This change should help to restructure some folders

The Mac-Linux folder has been removed from the scripts dir, all of the scripts now sit in a single directory

In examples, the java-app folder has been moved under a new dir, relyingParties, to better adhere to the overall strucutre

Changes in the documentation are reflected

csalas-yubico commented 1 year ago

Note, this has been tested on my Mac - Will run a test on my Windows later today

csalas-yubico commented 1 year ago

Last comment before merge - I was able to test the changes on Windows, and the project was deployable