[
https://issues.apache.org/jira/browse/RAVE-1175?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Jmeas Pls resolved RAVE-1175.
-----------------------------
Resolution: Fixed
Per [~mfranklin]'s suggestion, multiple forms of auth is still handled by the
server.
For Rave authentication, Angular handles the login through interacting with a
remote endpoint. You send your credentials and get back a token if you're
valid. If not, you get an error.
For other forms of auth, the HTML must specify an `action` on the form itself.
This prevents Angular from intercepting the form's submission, which sends it
off to the server. At this point it's up to the server to handle the data
that's passed along.
> Support multiple forms of Auth.
> -------------------------------
>
> Key: RAVE-1175
> URL: https://issues.apache.org/jira/browse/RAVE-1175
> Project: Rave
> Issue Type: Sub-task
> Reporter: Jmeas Pls
>
> Username/pw and OpenID
--
This message was sent by Atlassian JIRA
(v6.2#6252)