Hi, I have a very simple application working with seam 3. It has a login and a simple crud. Now I would like to migrate this simple example to deltaspike. I simply added deltaspike core and security dependencies, but I am missing the dependencies for BaseAuthenticator and Authenticator interface.
What dependencies I am missing? Is there an example on doing a simple authentication process? Thanks Kelly
