Login/ Authentication

Hello i’m looking for a Login/ Authentication excample with Java/Playframework does someone have something like this available and opensource?

Yep,

You want pac4j. See also deadbolt2 if you need authorization.

Best.

tank you, i have found pac4j before but since i’ve never done smth with authentication i’ts a bit overwhelming! Im basically only looking for a very simple example with register and login and maybe a inmemory database so i can try to understand the concept. The example from pac4j is well packed with every authentication.