infinitered / infinitered/authority

Add trackable protocol

Open
#14 2 comments 1 reaction 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
Elixir
Stars
22
Forks
6
PR merge metrics
No merged PRs in 30d

Description

Things like

- [ ] sign_in_count - Increased every time a sign in is made (by form, openid, oauth)
- [ ] current_sign_in_at - A timestamp updated when the user signs in
- [ ] last_sign_in_at - Holds the timestamp of the previous sign in
- [ ] current_sign_in_ip - The remote ip updated when the user sign in
- [ ] last_sign_in_ip - Holds the remote ip of the previous sign in

help me out on the this 😅

And so on could be added to `Authority.Trackable` protocol module.

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start by reading the existing Authority.Trackable protocol module and tracing how sign-in occurs through form, OpenID, and OAuth flows. Clarify which listed counters, timestamps, and IP fields are in scope and how each should be updated; the work is done when the agreed trackable protocol behavior is implemented across those sign-in paths.

Written by the indexing model from the issue text.

Assessment

Tech stack
elixir
Domain
authentication
Issue type
Feature
Difficulty
5/5
Estimated time
Over a week
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
30/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.