django-rest-auth icon indicating copy to clipboard operation
django-rest-auth copied to clipboard

Optional Trailing Slashes

Open kevinmanncito opened this issue 7 years ago • 2 comments

Based off of this issue: https://github.com/Tivix/django-rest-auth/issues/258

This change is backwards compatible and makes the rest auth endpoints easier to work with for clients. Let me know if there is anything I'm missing here or if you can see any downsides to merging this. Thanks!

kevinmanncito avatar Jul 12 '17 16:07 kevinmanncito

Coverage Status

Coverage remained the same at 96.931% when pulling 61a924c7ab2583b7f0df2d9b24106df3a6f1a141 on kevinmanncito:master into 9d1f65eedcd437003f5bef13fdc1f27d0fb0ee1a on Tivix:master.

coveralls avatar Jul 12 '17 16:07 coveralls

Hi, as a user of rest-auth, thanks for the contribution! This repo is not maintained anymore, so the development moved to dj-rest-auth. (reference: https://github.com/Tivix/django-rest-auth/issues/568) It may be best, if you move this PR there. (and upgrade to using dj_rest_auth)

new repo link: https://github.com/jazzband/dj-rest-auth (I'm not the upkeeper of that repo, it just makes sense for me to help you merge your PR)

Many Thanks, Barney

BarnabasSzabolcs avatar May 30 '20 01:05 BarnabasSzabolcs