codeskyblue / gohttpserver

The best HTTP Static File Server, write with golang+vue
MIT License
2.57k stars 542 forks source link

can you add support for Okta ? online authentication #57

Open hoogw opened 5 years ago

hoogw commented 5 years ago

www.okta.com

is a very popular online user management and online authentication, authorization management.

It is have open-id connect supported. ......

If gohttpserver and support okta, then you do NOT need write any code for user management

like sign up, sign in, forget password, retrieve password, reset password, add a new user, assign user a role, role management, etc........ okta can do it for you.

you only need to write a middle ware to connect to okta.

This is best choice for now to add user management to gohttpserver.