swagger-api/swagger-codegen
Auf GitHub ansehen[Python] OAuth2 support & refresh-tokens
Open
#4.000 geöffnet am 14. Okt. 2016
Client: PythonEnhancement: Featurehelp wanted
Repository-Metriken
- Stars
- (12.701 Stars)
- PR-Merge-Metriken
- (Keine gemergten PRs in 30 T)
Beschreibung
Description
Hi! I have a few questions:
- Is it planned to integrate some sort of support for OAuth2 in that way that it would be auto-generated? If not, would you approve a PR to integrate it?
- It would be nice to use refresh-tokens to get transparent authorization. So if user makes a request and his token is outdated it would be great to try to renew token with refresh-token to avoid additional error throwing. Can this be integrated into the auto-generated client? Would such feature be merged if a PR is proposed?