1EdTech / basiclti-util-java

Apache License 2.0
57 stars 44 forks source link

Nonces are not working #42

Open Mario-Eis opened 5 years ago

Mario-Eis commented 5 years ago

The LtiOauthVerifier always creates a new SimpleOAuthValidator for each and every call of the verify method. So usedNonces is always empty and the check will never fail. Also if LtiOauthVerifier itself is a singleton. I think this is a bug. Or did I miss something here?