Skip to content

MOSTLY DEAD, SEE README --- A smart package for authentication and tracking users across requests (based on client-sessions)

Notifications You must be signed in to change notification settings

possibilities/meteor-user-sessions

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 

Repository files navigation

User Sessions for Meteor

A smart package for authentication and tracking users across requests (based on client-sessions)

Note: This lib is not going to be developed further until meteor's core auth is finished. Potentially there's nothing in this project worth keeping, we'll see.

Check out the demo!

Installation

First download it and add it to your Meteor packages

Now add it to your app

meteor add user-sessions

Usage

I'll add instructions eventually. Until then check out demo app in repo.

TODO

Decouple from internal User model

When you tab out of blog settings fields the focus is moving to buttons under the overlay

Forms need to be cleared when submitted successfully

Expose a handle to current user in Meteor methods (same way clientId works). I mean that's the whole point right!

User model field validation

Lowercase email addresses

Fuzzy password option

Pass through options to client session

Figure out why username field isn't saving history, would nice if we could make it prompt to save password in browser.

Make it work without bootstrap

About

MOSTLY DEAD, SEE README --- A smart package for authentication and tracking users across requests (based on client-sessions)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages