Opened 5 years ago
Last modified 5 years ago
#1906 new task
API: Add support for authentication
Reported by: | planetcruiser | Owned by: | planetcruiser |
---|---|---|---|
Priority: | major | Milestone: | unassigned |
Component: | FrameWork | Keywords: | |
Cc: |
Description
In order to allow users to access and change their personal data, we need authentication.
Solution:
- Implement token based authentication
- User logs in once, receives token and repeats token with each request
- Recycle existing token table (expiry after 2 weeks, same as cookie)
Change History (2)
comment:1 Changed 5 years ago by guaka
comment:2 Changed 5 years ago by planetcruiser
later. i recycled our own token-based authentication written by jsfan for now
Note: See
TracTickets for help on using
tickets.
oauth?