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.
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.