You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 29, 2021. It is now read-only.
even with CredentialStore and PasswordStore, that side of the API is still raw..
Need to implement:
Possibly a fail-fast or OptionT on authentication with PasswordStore, so it's easier to fail a user on invalid credentials. F[Boolean] doesn't do much for usability here.
Better documentation: Clearer separation on how you'd want to deal with say, the authentication in the same table as the user (though this is not recommended), separate tables, and usage in general.
Docs on What to do when authenticating people
The text was updated successfully, but these errors were encountered:
@jmcardon I would be interested in using tsec for authentication with http4s, but I'm having trouble figuring out how to use tsec for authentication. Any progress on this documentation task?
@marko-asplund given my involvement in scala decreasing substantially now and in the coming future, at best I see myself open sourcing something I wrote with tsec, and maybe a demo app, at best.
even with
CredentialStore
andPasswordStore
, that side of the API is still raw..Need to implement:
F[Boolean]
doesn't do much for usability here.The text was updated successfully, but these errors were encountered: