keychain icon indicating copy to clipboard operation
keychain copied to clipboard

Make name on user optional

Open rasmusebbesen opened this issue 7 years ago • 1 comments

Or remove it completely. The bare minimum of information needed on the user should be email and password.

rasmusebbesen avatar Dec 05 '17 14:12 rasmusebbesen

We need to look at how JWTKeychain handles profile information and auth credentials. We talked about different approaches and decided not to include this for the first major release. Some ideas to consider when picking this up again:

  • Having profile information separate from auth credentials. Adds a lot of flexibility and might open up for dealing with other types of authentication (e.g. by LinkedIn token etc)
  • Subclassing a user model
  • Using protocols to be able to customize the user model

Feel free to add if I missed anything @rasmusebbesen @BrettRToomey @siemensikkema

steffendsommer avatar Dec 06 '17 14:12 steffendsommer