openstad / openstad-oauth2-server

MIT License
0 stars 8 forks source link

Add admin login auth #15

Closed stijnvandervegt closed 4 years ago

stijnvandervegt commented 4 years ago

Note: this route is applicable for every client, so we don't need to create an extra client for this login type Note2: This is the url: /auth/admin/login?clientId=[clientId]&redirect_uri=[redirect_uri]. Maybe it's a good idea to make a redirect (/auth/admin/login?) in the frontend (and admin panel) like we already have for the auth/login route