tbmelabs / tbme-tv

An open source streaming application.
Other
0 stars 1 forks source link

add login page. #46

Open bbortt opened 6 years ago

bbortt commented 6 years ago

new attempt of adding a login page to the authorization server.

bbortt commented 6 years ago

maven-module: core-server/authorization-server location: src/main/webapp (copied to static by maven) url: /login processing-url (POST): /login arguments (x-form): username and password attention: csrf-token is required

you could change the url to /signin in SecurityConfiguration.java. I'd like this!