move authencation to extractor mod

This commit is contained in:
marin postma 2021-06-23 18:54:33 +02:00
parent 5229f1e220
commit 12f6709e1c
No known key found for this signature in database
GPG key ID: 6088B7721C3E39F9
3 changed files with 122 additions and 108 deletions

View file

@ -1 +1,2 @@
pub mod payload;
pub mod authentication;