Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Congratulations and question #76

Closed
frederikhors opened this issue Jan 12, 2021 · 3 comments
Closed

Congratulations and question #76

frederikhors opened this issue Jan 12, 2021 · 3 comments

Comments

@frederikhors
Copy link

If someone asks you how this project differs from https://github.com/volatiletech/authboss, what would you answer?

Thanks for your amazing commitment! ❤️

@shachardevops
Copy link

shachardevops commented Mar 9, 2021

@frederikhors authboss can handle ldap?.
what about jwt tokens? I currently have a problem with that package - when using jwt token I can't authorize different tokens with different IDs.
authboss can help me with that?

@shaj13
Copy link
Owner

shaj13 commented Mar 9, 2021

@frederikhors
authnboss monolithic and does not support microservice See volatiletech/authboss#146
and its aim to be used by web servers, not a real-time production server that handles thousands of RPS
besides its not an idiomatic golang syntax (my thoughts)
go-guardian can handle auth quickly and support different auth mechanisms.
and the most importantly suitable for microservice/serverless and high concurrent servers.
Most auth implementations have a monolithic design, including storage handling, messaging serialization, and network transport.
This library instead follows a minimalistic design philosophy by only implementing the core auths. This minimalism buys flexibility, determinism, and performance.
go-guardian is in production :).

@shaj13
Copy link
Owner

shaj13 commented Mar 9, 2021

@shachardevops
authn boss does not support jwt See volatiletech/authboss#98 (comment)
you use key id for user id, I already answered your question.
let me know how I can help.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants