Dave Brondsema wants to merge 4 commits from /u/brondsem/allura/ to master, 2024-05-20
things to check:
not done, would be nice in the future:
Commit | Date | |
---|---|---|
[7584a7]
(db/7272-settings)
by
Dave Brondsema
fixup! [#7272] combine oauth1 and oauth2 settings onto existing page, improve tests |
2024-05-17 20:37:12 | Tree |
2024-05-14 22:13:45 | Tree | |
[fb7199]
by
Dave Brondsema
[#7272] combine oauth1 and oauth2 settings onto existing page, improve tests |
2024-05-08 20:37:13 | Tree |
2024-05-14 16:40:02 | Tree |
AttributeError: access_token
error when authenticating an API endpoint request using an access token, I think that's because of usingrequest
instead ofreq
inrest.py:510
Register new application
for OAuth2. I ended up clicking the button many times and when the UI was responsive again, it created multiple clients with the same name. Looks likeUniqueOAuthApplicationName
only validates against OAuth1 collections, so maybe should create an OAuth2 version?. That's if we're enforcing unique client names.is_bearer
flag to know if the token is a personal one or one that a client app got authorized to useI rebased against master and made one more fixup:
All changes look good to merge.