ueberauth / guardian_db

Guardian DB integration for tracking tokens and ensuring logout cannot be replayed.
MIT License
367 stars 87 forks source link

Rename adapter to repo #128

Closed yordis closed 3 years ago

yordis commented 3 years ago

I am following the footsteps of Ecto on this one, and be more clear about what we are trying to do.

We use adapter word in order to refer to the design pattern (I get that part), but we call it repo everywhere because that is what we are trying to swap using the Adapter pattern.

yordis commented 3 years ago

@alexfilatov please share some 1+